From de74fcb04b6ab476aac9811ec3c50273a7e812fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:52:30 +0000 Subject: [PATCH] chore: release v0.7.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"