From a33bbd243903fcc47e952bfd433cfb08ad090f5a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 3 Sep 2025 10:42:02 +0000 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74610ea..9bb9570 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.8.2] - 2025-09-03 + +### Added +- add readme + ## [0.8.1] - 2025-08-09 ### Other diff --git a/Cargo.toml b/Cargo.toml index e74a26b..579edb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.8.1" +version = "0.8.2" [workspace.dependencies] mad = { path = "crates/mad" }