diff --git a/CHANGELOG.md b/CHANGELOG.md index c80c8ef..8654fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2026-07-30 + ### Added - **Process-tree containment (SPEC ยง12).** A fail-fast abort used to kill only diff --git a/Cargo.lock b/Cargo.lock index 6b0a251..688c585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,7 +1479,7 @@ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" [[package]] name = "tsr" -version = "0.6.0" +version = "0.7.0" dependencies = [ "glob", "libc", diff --git a/Cargo.toml b/Cargo.toml index e365d97..772dee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsr" -version = "0.6.0" +version = "0.7.0" edition = "2024" [dependencies]