From d1ca19647d69baeac5e48265d54a0d0f9f3c54e3 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 2 Jun 2023 01:19:32 +0300 Subject: [PATCH] [Crate] Bump version to 0.2.3 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c79445..03826b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ Who knows what the future holds... + # 0.X.Y - DD/MM/2023 ### Changes: +To be made... + +### Breaking... +Nothing, yet... + +# 0.2.3 - 02/06/2023 +### Changes: Protocols: - Valve: 1. Added standard and serde derives to `GatheringSettings`. diff --git a/Cargo.toml b/Cargo.toml index 54442db..6e54706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "gamedig" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = [ "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]", ] license = "MIT"