From cc2722cf9e5e803b7007c72c646488718af3ee9a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 24 Nov 2024 09:49:23 +0000 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba2512..719a1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2024-11-24 + +### Added +- actually bubble up errors + +### Fixed +- *(deps)* update rust crate thiserror to v2 (#9) + ## [0.6.0] - 2024-11-23 ### Added diff --git a/Cargo.toml b/Cargo.toml index 38b379f..5b0fcb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.6.0" +version = "0.7.0" [workspace.dependencies] mad = { path = "crates/mad" }