diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de3695..5fbbea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/Shuftle/shuftlib/compare/v0.1.2...v0.2.0) - 2026-02-15 + +### Other + +- Refactoring ([#10](https://github.com/Shuftle/shuftlib/pull/10)) + ## [0.1.2](https://github.com/Shuftle/shuftlib/compare/v0.1.1...v0.1.2) - 2025-02-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index c92e834..22d8667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "shuftlib" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "bon", diff --git a/Cargo.toml b/Cargo.toml index 4d37a08..7f863e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuftlib" -version = "0.1.2" +version = "0.2.0" edition = "2024" authors = ["Sebastiano Giordano"] categories = ["game-development"]