From ba4c46805752a7f96e470cd2c3a9d08b652c888f Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 15 Nov 2025 13:34:56 +0000 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74610ea..a4a96f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0] - 2025-11-15 + +### Added +- mad not properly surfaces panics +- add publish +- add readme + +### Fixed +- *(deps)* update all dependencies (#38) + +### 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..a801af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.8.1" +version = "0.9.0" [workspace.dependencies] mad = { path = "crates/mad" }