mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Bump version to 0.2.3
This commit is contained in:
parent
e0830bdae5
commit
d1ca19647d
2 changed files with 10 additions and 1 deletions
|
|
@ -1,7 +1,15 @@
|
||||||
|
|
||||||
Who knows what the future holds...
|
Who knows what the future holds...
|
||||||
|
|
||||||
# 0.X.Y - DD/MM/2023
|
# 0.X.Y - DD/MM/2023
|
||||||
### Changes:
|
### Changes:
|
||||||
|
To be made...
|
||||||
|
|
||||||
|
### Breaking...
|
||||||
|
Nothing, yet...
|
||||||
|
|
||||||
|
# 0.2.3 - 02/06/2023
|
||||||
|
### Changes:
|
||||||
Protocols:
|
Protocols:
|
||||||
- Valve:
|
- Valve:
|
||||||
1. Added standard and serde derives to `GatheringSettings`.
|
1. Added standard and serde derives to `GatheringSettings`.
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gamedig"
|
name = "gamedig"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
"CosminPerRam [https://github.com/CosminPerRam]",
|
"CosminPerRam [https://github.com/CosminPerRam]",
|
||||||
|
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
|
||||||
"node-GameDig contributors [https://github.com/gamedig/node-gamedig/contributors]",
|
"node-GameDig contributors [https://github.com/gamedig/node-gamedig/contributors]",
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue