From 07bfd699614091f952d354d7f4d99d792e748ecd Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:29:54 +0000 Subject: [PATCH] chore(lib): add patch to semver and update changelog --- crates/lib/CHANGELOG.md | 10 ++++++++++ crates/lib/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 6770e14..f4121fe 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -2,6 +2,16 @@ Who knows what the future holds... # X.Y.Z - DD/MM/YYYY +# 0.6.1 - 05/12/2024 + +Games: + +- Added `Starbound` support (by @Novaenia). + +Protocols: + +- Fixed enum cast error on valve when parsing uppercase envrionment and server type fields (by @Novaenia). + # 0.6.0 - 26/11/2024 Breaking: diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 3b4f9ec..e3587ab 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = [ "rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",