From 145e0674542dd77778f9e1a517ac4b542419ba50 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 9 Aug 2025 15:33:46 +0200 Subject: [PATCH] chore(release): v0.8.1 (#35) chore(release): 0.8.1 Co-authored-by: cuddle-please Reviewed-on: https://git.kjuulh.io/kjuulh/mad/pulls/35 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a84811..74610ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2025-08-09 + +### Other +- error logging + ## [0.8.0] - 2025-08-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index cdb4e5f..e74a26b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.8.0" +version = "0.8.1" [workspace.dependencies] mad = { path = "crates/mad" }