From 8bc750ca1b7c34f23eb9e5cac105fc3d7e965fd4 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 13 Nov 2025 02:16:30 +0000 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74610ea..81cd8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.2] - 2025-11-13 + +### Added +- add publish +- add readme + +### Other +- *(deps)* update rust crate tracing-subscriber to v0.3.20 (#37) + ## [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" }