-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.5.1](v0.5.0...v0.5.1) (2024-01-08) ### 🐛 Bug Fixes 🐛 * **deps:** update dependency io.grpc:grpc-netty-shaded to v1.60.1 ([#322](#322)) ([8303b6e](8303b6e)) * **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.2 ([#326](#326)) ([a9d6e34](a9d6e34)) * **deps:** update grpc to v1.60.1 ([#323](#323)) ([87e8641](87e8641)) * **shulker-operator:** do not let Agones map the server ports ([#330](#330)) ([d1a9955](d1a9955)) ### 📚 Documentation 📚 * promote next to latest ([8178611](8178611))
- Loading branch information
1 parent
d1a9955
commit fb11911
Showing
10 changed files
with
85 additions
and
70 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.5.0" | ||
version = "0.5.1" | ||
authors = ["Jérémy Levilain <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.74.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.5.0 | ||
version = 0.5.1 |
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.5.0' | ||
appVersion: '0.5.1' | ||
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.