chore(lib): bump to 0.7.0

This commit is contained in:
Cain 2025-04-20 23:19:30 +01:00
parent e87bde53e7
commit fddfd830b7
2 changed files with 10 additions and 2 deletions

View file

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

View file

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