diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 2a1d292..76a21ae 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -2,12 +2,20 @@ Who knows what the future holds... # X.Y.Z - DD/MM/YYYY -# 0.6.2 - DD/MM/YYYY +# 0.7.0 - 20/04/2025 + +Breaking: + +- MSRV is now `1.81.0` (was `1.71.1`), this is due to deps we rely on requiring a higher version Games: - Added `Arma 3` support (by @Perondas). +Crate: + +- Some minor clippy fixes + # 0.6.1 - 05/12/2024 Games: diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 7ac186b..9aadfa0 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.6.1" +version = "0.7.0" edition = "2021" authors = [ "rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",