From d74470ae91989bfe21caecb6be49d281690bc560 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 22 Dec 2024 10:55:43 +0000 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce65867..04068b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2024-12-22 + +### Other +- fix cargo toml + ## [0.2.0] - 2024-12-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index afc8a70..526b4c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,4 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1" -- 2.45.2