From faf3d0f9f1f8f0bfff00827a1b65b831ac76b291 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:27:07 +0000 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"]