diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 60ef195..59fc206 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 a8a74e8..70c4114 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]",