diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 035f58f..e63f600 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -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: diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 7a27a6a..cb4aaee 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -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]",