mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Crate] Bump version to 0.2.2
This commit is contained in:
parent
33e8f43cb8
commit
726bfd429f
2 changed files with 9 additions and 2 deletions
|
|
@ -1,11 +1,18 @@
|
|||
|
||||
Who knows what the future holds...
|
||||
|
||||
# 0.X.Y - DD/MM/2023
|
||||
### Changes:
|
||||
To be made...
|
||||
|
||||
### Breaking:
|
||||
Nothing, yet...
|
||||
|
||||
# 0.2.2 - 01/05/2023
|
||||
### Changes:
|
||||
Crate:
|
||||
- General optimizations thanks to [cargo clippy](https://github.com/rust-lang/rust-clippy) and [@cainthebest](https://github.com/cainthebest).
|
||||
- Added feature `serde` which enables json serialization/deserialization for all types (by [@cainthebest](https://github.com/cainthebest)).
|
||||
- Documentation improvements.
|
||||
|
||||
Protocols:
|
||||
- GameSpy 1: Add key `admin` as a possible variable for `admin_name`.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gamedig"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"CosminPerRam [https://github.com/CosminPerRam]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue