mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +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...
|
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`.
|
||||||
|
|
|
||||||
|
|
@ -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]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue