diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a614a..0d7ba3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Cargo.toml b/Cargo.toml index 9e531c3..54442db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = [ "CosminPerRam [https://github.com/CosminPerRam]",