From c67dd7dd7acfcd5d84129bf91d99ae60a31fcd8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:37:51 +0000 Subject: [PATCH] chore: release v0.2.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 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"]