mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(lib): bump to 0.7.0
This commit is contained in:
parent
e87bde53e7
commit
fddfd830b7
2 changed files with 10 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue