diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbbea6..582d2a1 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.3.0](https://github.com/Shuftle/shuftlib/compare/v0.2.0...v0.3.0) - 2026-02-22 + +### Other + +- [**breaking**] code cleanup and api refactoring, license ([#12](https://github.com/Shuftle/shuftlib/pull/12)) + ## [0.2.0](https://github.com/Shuftle/shuftlib/compare/v0.1.2...v0.2.0) - 2026-02-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index c882184..6fff397 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "shuftlib" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "bon", diff --git a/Cargo.toml b/Cargo.toml index fd639d1..3a6e843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuftlib" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = ["Sebastiano Giordano"] categories = ["game-development"]