From cbe049b6a28b7203ac8cab35b73425fd63266c65 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 15 Nov 2025 14:35:36 +0100 Subject: [PATCH] chore(release): v0.9.0 (#36) chore(release): 0.9.0 Co-authored-by: cuddle-please Reviewed-on: https://git.kjuulh.io/kjuulh/mad/pulls/36 --- 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" }