From e52d7fbd6f07cdb48120edf6b4a7529c7e65d9cb Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 12 May 2024 21:42:11 +0300 Subject: [PATCH] feat: bump version to 0.5.1 --- crates/lib/CHANGELOG.md | 4 ++++ crates/lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 6d8de26..5e37b6b 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -2,6 +2,10 @@ Who knows what the future holds... # 0.X.Y - DD/MM/YYYY +To be made... + +# 0.5.1 - 12/05/2024 + Games: - [Mordhau](https://store.steampowered.com/app/629760/MORDHAU/) support. diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index f3e2c26..95e7cc7 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = [ "rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",