mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(lib): bump version to 0.9.0 and update changelog
This commit is contained in:
parent
b338062553
commit
94772752e6
2 changed files with 16 additions and 1 deletions
|
|
@ -2,6 +2,21 @@ Who knows what the future holds...
|
|||
|
||||
# X.Y.Z - DD/MM/YYYY
|
||||
|
||||
# 0.9.0 22/02/2026
|
||||
|
||||
Breaking:
|
||||
|
||||
- MSRV is now `1.85.1` (was `1.82.0`), this is due to deps we rely on requiring a higher version
|
||||
|
||||
Games:
|
||||
|
||||
- Fixed minecraft java server side EncoderException error on query (by @paul-hansen).
|
||||
|
||||
Crate:
|
||||
|
||||
- Some minor clippy fixes
|
||||
- Updated some dependencies
|
||||
|
||||
# 0.8.0 24/08/2025
|
||||
|
||||
Breaking:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gamedig"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue