From 032622b83a0de32b318410c18e2acb854194920b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:54:52 +0000 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a1d56..cc01927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/deepjoy/taskmill/compare/v0.4.0...v0.5.0) - 2026-03-18 + +### Added + +- [**breaking**] domain-centric API with typed event streams ([#48](https://github.com/deepjoy/taskmill/pull/48)) + +### Fixed + +- *(ci)* capture benchmark output from stderr in workflow ([#47](https://github.com/deepjoy/taskmill/pull/47)) + +### Other + +- add multi-module guides, benchmarks, and CI benchmark workflow ([#45](https://github.com/deepjoy/taskmill/pull/45)) + ## [0.4.0](https://github.com/deepjoy/taskmill/compare/v0.3.1...v0.4.0) - 2026-03-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 06ebb99..0853c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskmill" -version = "0.4.0" +version = "0.5.0" edition = "2021" rust-version = "1.75" license = "MIT"