From 664cf8b2db0097f8fc1809f1c4bde513ee05f8fe Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 20 Oct 2024 20:43:52 +0300 Subject: [PATCH] feat: bump version to 0.5.2 --- 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 60ef1957..59fc206f 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.2 - 20/10/2024 + Games: - [Soulmask](https://store.steampowered.com/app/2646460/Soulmask/) support (by @CosminPerRam). diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index a8a74e8b..70c4114d 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.5.1" +version = "0.5.2" edition = "2021" authors = [ "rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",