diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbbd97..f5a75f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/deepjoy/taskmill/compare/v0.7.0...v0.7.1) - 2026-03-25 + +### Added + +- implement sibling task spawning with automatic parent-ID inheritance ([#89](https://github.com/deepjoy/taskmill/pull/89)) + ## [0.7.0](https://github.com/deepjoy/taskmill/compare/v0.6.0...v0.7.0) - 2026-03-24 ### Added diff --git a/Cargo.toml b/Cargo.toml index ee039d5..65dd67a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskmill" -version = "0.7.0" +version = "0.7.1" edition = "2021" rust-version = "1.75" license = "MIT"