From 54982fe76799fb233e3c5434425debf21fd19b34 Mon Sep 17 00:00:00 2001 From: Thanga Ganapathy Date: Tue, 28 Jul 2026 00:03:29 +0530 Subject: [PATCH] chore(release): tsr@0.6.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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]