-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.12.0](v0.11.0...v0.12.0) (2025-01-15) ### ✨ Features ✨ * **shulker-server-agent:** add setReady method to api ([6a2a5a8](6a2a5a8)) ### 🐛 Bug Fixes 🐛 * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.44.0 ([#678](#678)) ([11a171d](11a171d)) * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.45.1 ([#691](#691)) ([74eda87](74eda87)) * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.46.0 ([#702](#702)) ([e664b58](e664b58)) * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.47.0 ([#724](#724)) ([1ed7064](1ed7064)) * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.48.0 ([#726](#726)) ([e699fce](e699fce)) * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.49.0 ([#763](#763)) ([2c3503a](2c3503a)) * **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.50.0 ([#804](#804)) ([61590bc](61590bc)) * **deps:** update dependency com.google.guava:guava to v33.3.1-jre ([#687](#687)) ([f5c4102](f5c4102)) * **deps:** update dependency com.google.guava:guava to v33.4.0-jre ([#807](#807)) ([c9e6b13](c9e6b13)) * **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.5 ([#688](#688)) ([09a4545](09a4545)) * **deps:** update dependency com.google.protobuf:protobuf-java to v4 ([#499](#499)) ([834136e](834136e)) * **deps:** update dependency com.google.protobuf:protobuf-java to v4.29.0 ([#780](#780)) ([5c66c21](5c66c21)) * **deps:** update dependency com.google.protobuf:protobuf-java to v4.29.1 ([#792](#792)) ([42fb5b6](42fb5b6)) * **deps:** update dependency com.google.protobuf:protobuf-java to v4.29.2 ([#810](#810)) ([6308033](6308033)) * **deps:** update dependency commons-io:commons-io to v2.17.0 ([#693](#693)) ([254b2fe](254b2fe)) * **deps:** update dependency commons-io:commons-io to v2.18.0 ([#766](#766)) ([62853d9](62853d9)) * **deps:** update dependency net.kyori:adventure-api to v4.18.0 ([#817](#817)) ([b04d516](b04d516)) * **deps:** update dependency org.yaml:snakeyaml to v2.3 ([#655](#655)) ([68799c7](68799c7)) * **deps:** update dependency redis.clients:jedis to v5.2.0 ([#694](#694)) ([4f9b52e](4f9b52e)) * **deps:** update fabric8-kubernetes-client monorepo to v6.13.4 ([#689](#689)) ([74251d9](74251d9)) * **deps:** update grpc-java monorepo to v1.68.0 ([#692](#692)) ([2f65d34](2f65d34)) * **deps:** update grpc-java monorepo to v1.68.1 ([#733](#733)) ([4a0ff0d](4a0ff0d)) * **deps:** update grpc-java monorepo to v1.68.2 ([#781](#781)) ([21dcf5b](21dcf5b)) * **deps:** update grpc-java monorepo to v1.69.0 ([#800](#800)) ([b744072](b744072)) * **deps:** update rust crate tokio to v1.42.0 ([#786](#786)) ([ff93b88](ff93b88)) * **shulker-operator:** upgrade itzg docker images ([#823](#823)) ([961bf54](961bf54)) * **shulker-proxy-agent:** verify player version before sending a transfer packet ([#644](#644)) ([09c0fe9](09c0fe9)) * **shulker-server-agent:** using correct Minestom event to set player as admin ([#741](#741)) ([0179a6a](0179a6a))
- Loading branch information
1 parent
d4a4512
commit 306d707
Showing
10 changed files
with
146 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
authors = ["Jérémy Levilain <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.84.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
org.gradle.jvmargs=-Xmx3G | ||
org.gradle.daemon=false | ||
|
||
version = 0.11.0 | ||
version = 0.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
type: application | ||
version: 0.0.0-internal | ||
appVersion: '0.11.0' | ||
appVersion: '0.12.0' | ||
name: shulker-addon-matchmaking |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.