From 27b612c92f9611e053c1c5de5ca1e184d3ea16f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:18:33 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- bin-explorer/CHANGELOG.md | 6 ++++++ cli/CHANGELOG.md | 22 ++++++++++++++-------- cli/Cargo.toml | 4 ++-- resq-tui/CHANGELOG.md | 22 ++++++++++++++-------- resq-tui/Cargo.toml | 2 +- 6 files changed, 38 insertions(+), 20 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4101680..2c379a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.2" +version = "0.1.3" license = "Apache-2.0" edition = "2021" repository = "https://github.com/resq-software/cli" diff --git a/bin-explorer/CHANGELOG.md b/bin-explorer/CHANGELOG.md index 5ecc61d..dec5266 100644 --- a/bin-explorer/CHANGELOG.md +++ b/bin-explorer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/resq-software/cli/compare/resq-bin-explorer-v0.1.2...resq-bin-explorer-v0.1.3) - 2026-03-15 + +### Other + +- Merge pull request #9 from resq-software/release-plz-2026-03-15T05-20-00Z + ## [0.1.2](https://github.com/resq-software/cli/compare/resq-bin-explorer-v0.1.1...resq-bin-explorer-v0.1.2) - 2026-03-15 ### Other diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 6ecd0ef..ec6e3e6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,3 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.1](https://github.com/resq-software/cli/compare/resq-cli-v0.2.0...resq-cli-v0.2.1) - 2026-03-15 + +### Fixed + +- *(ci)* replace gitleaks-action with free CLI binary — org license not configured -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] ## [0.2.0](https://github.com/resq-software/cli/compare/resq-cli-v0.1.0...resq-cli-v0.2.0) - 2026-03-15 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2018b0c..ccb60c4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-cli" -version = "0.2.0" +version = "0.2.1" edition.workspace = true license.workspace = true repository.workspace = true @@ -42,7 +42,7 @@ toml = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } walkdir = { workspace = true } -resq-tui = { path = "../resq-tui", version = "0.1.1" } +resq-tui = { path = "../resq-tui", version = "0.1.2" } # Secret scanner performance aho-corasick = "1.1" diff --git a/resq-tui/CHANGELOG.md b/resq-tui/CHANGELOG.md index bbd9361..c8866f4 100644 --- a/resq-tui/CHANGELOG.md +++ b/resq-tui/CHANGELOG.md @@ -1,3 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.2](https://github.com/resq-software/cli/compare/resq-tui-v0.1.1...resq-tui-v0.1.2) - 2026-03-15 + +### Fixed + +- *(ci)* replace gitleaks-action with free CLI binary — org license not configured -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] ## [0.1.1](https://github.com/resq-software/cli/compare/resq-tui-v0.1.0...resq-tui-v0.1.1) - 2026-03-15 diff --git a/resq-tui/Cargo.toml b/resq-tui/Cargo.toml index 9821e4e..00c442b 100644 --- a/resq-tui/Cargo.toml +++ b/resq-tui/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-tui" -version = "0.1.1" +version = "0.1.2" edition.workspace = true license.workspace = true repository.workspace = true