chore(lib): bump version to 0.9.0 and update changelog

This commit is contained in:
Cain 2026-02-22 18:35:45 +00:00
parent b338062553
commit 94772752e6
2 changed files with 16 additions and 1 deletions

View file

@ -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:

View file

@ -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]",