From 0eb24aa937434f92ea2ae9001e60c65a27484a4e Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 19 Nov 2024 17:21:46 +0100 Subject: [PATCH] chore(release): v0.5.0 (#6) chore(release): 0.5.0 Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/mad/pulls/6 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674f853..990f04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-11-19 + +### Added +- update name +- respect sigterm +- include author +- update with rename + +### Docs +- add examples + ## [0.4.0] - 2024-08-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index fa782fb..1347a82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.4.0" +version = "0.5.0" [workspace.dependencies] mad = { path = "crates/mad" }