mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +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
|
# 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:
|
Games:
|
||||||
|
|
||||||
- Added `Arma 3` support (by @Perondas).
|
- Added `Arma 3` support (by @Perondas).
|
||||||
|
|
||||||
|
Crate:
|
||||||
|
|
||||||
|
- Some minor clippy fixes
|
||||||
|
|
||||||
# 0.6.1 - 05/12/2024
|
# 0.6.1 - 05/12/2024
|
||||||
|
|
||||||
Games:
|
Games:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gamedig"
|
name = "gamedig"
|
||||||
version = "0.6.1"
|
version = "0.7.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
|
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue