[Crate] Bump version to 0.2.2

This commit is contained in:
CosminPerRam 2023-05-01 20:27:39 +03:00
parent 33e8f43cb8
commit 726bfd429f
2 changed files with 9 additions and 2 deletions

View file

@ -1,11 +1,18 @@
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.2 - 01/05/2023
### Changes:
Crate: Crate:
- General optimizations thanks to [cargo clippy](https://github.com/rust-lang/rust-clippy) and [@cainthebest](https://github.com/cainthebest). - 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)). - Added feature `serde` which enables json serialization/deserialization for all types (by [@cainthebest](https://github.com/cainthebest)).
- Documentation improvements.
Protocols: Protocols:
- GameSpy 1: Add key `admin` as a possible variable for `admin_name`. - GameSpy 1: Add key `admin` as a possible variable for `admin_name`.

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gamedig" name = "gamedig"
version = "0.2.1" version = "0.2.2"
edition = "2021" edition = "2021"
authors = [ authors = [
"CosminPerRam [https://github.com/CosminPerRam]", "CosminPerRam [https://github.com/CosminPerRam]",