From 637448c11ce7f65000ea68c8620980e28dafaf2f Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 3 Sep 2025 10:52:50 +0000 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74610ea..1968d59 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.8.2] - 2025-09-03 + +### Added +- add publish +- 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" } -- 2.49.1