diff --git a/CHANGELOG.md b/CHANGELOG.md index 0887b4a..4971cd4 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.6.0] - 2026-07-27 + ### Added - **`--no-bail` — run everything, report every failure (SPEC §5.2).** diff --git a/Cargo.lock b/Cargo.lock index 817a17e..63dc097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,7 +1479,7 @@ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" [[package]] name = "tsr" -version = "0.5.0" +version = "0.6.0" dependencies = [ "glob", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 6ec192d..15e0aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsr" -version = "0.5.0" +version = "0.6.0" edition = "2024" [dependencies]