From b6ade6fd2e2483b2c007115df3168e0fd800ef26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:25:22 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- bin-explorer/CHANGELOG.md | 22 ++++++++++++++-------- cleanup/CHANGELOG.md | 22 ++++++++++++++-------- cli/CHANGELOG.md | 14 ++++++++++++++ cli/Cargo.toml | 4 ++-- deploy-cli/CHANGELOG.md | 22 ++++++++++++++-------- flame-graph/CHANGELOG.md | 22 ++++++++++++++-------- health-checker/CHANGELOG.md | 22 ++++++++++++++-------- log-viewer/CHANGELOG.md | 22 ++++++++++++++-------- perf-monitor/CHANGELOG.md | 22 ++++++++++++++-------- resq-tui/CHANGELOG.md | 14 ++++++++++++++ resq-tui/Cargo.toml | 2 +- 12 files changed, 130 insertions(+), 60 deletions(-) create mode 100644 cli/CHANGELOG.md create mode 100644 resq-tui/CHANGELOG.md diff --git a/Cargo.toml b/Cargo.toml index d22784e..4101680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.1" +version = "0.1.2" 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 62cdd14..5ecc61d 100644 --- a/bin-explorer/CHANGELOG.md +++ b/bin-explorer/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-bin-explorer-v0.1.1...resq-bin-explorer-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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-bin-explorer-v0.1.0...resq-bin-explorer-v0.1.1) - 2026-03-13 diff --git a/cleanup/CHANGELOG.md b/cleanup/CHANGELOG.md index 39bb1fa..8894b13 100644 --- a/cleanup/CHANGELOG.md +++ b/cleanup/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-cleanup-v0.1.1...resq-cleanup-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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-cleanup-v0.1.0...resq-cleanup-v0.1.1) - 2026-03-13 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md new file mode 100644 index 0000000..f702733 --- /dev/null +++ b/cli/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e64f7a5..2018b0c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-cli" -version = "0.1.0" +version = "0.2.0" 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.0" } +resq-tui = { path = "../resq-tui", version = "0.1.1" } # Secret scanner performance aho-corasick = "1.1" diff --git a/deploy-cli/CHANGELOG.md b/deploy-cli/CHANGELOG.md index e658ade..2bfe9ab 100644 --- a/deploy-cli/CHANGELOG.md +++ b/deploy-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.1.2](https://github.com/resq-software/cli/compare/resq-deploy-cli-v0.1.1...resq-deploy-cli-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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] diff --git a/flame-graph/CHANGELOG.md b/flame-graph/CHANGELOG.md index 0a58794..a82186d 100644 --- a/flame-graph/CHANGELOG.md +++ b/flame-graph/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-flamegraph-v0.1.1...resq-flamegraph-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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-flamegraph-v0.1.0...resq-flamegraph-v0.1.1) - 2026-03-13 diff --git a/health-checker/CHANGELOG.md b/health-checker/CHANGELOG.md index e658ade..6165af3 100644 --- a/health-checker/CHANGELOG.md +++ b/health-checker/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-health-checker-v0.1.1...resq-health-checker-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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] diff --git a/log-viewer/CHANGELOG.md b/log-viewer/CHANGELOG.md index e658ade..3a0630c 100644 --- a/log-viewer/CHANGELOG.md +++ b/log-viewer/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-log-viewer-v0.1.1...resq-log-viewer-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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] diff --git a/perf-monitor/CHANGELOG.md b/perf-monitor/CHANGELOG.md index 4cc6f83..65b7f84 100644 --- a/perf-monitor/CHANGELOG.md +++ b/perf-monitor/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-perf-monitor-v0.1.1...resq-perf-monitor-v0.1.2) - 2026-03-15 + +### Other + +- add dev tooling — hooks, skills, agents, codecov, dependabot -# 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-perf-monitor-v0.1.0...resq-perf-monitor-v0.1.1) - 2026-03-13 diff --git a/resq-tui/CHANGELOG.md b/resq-tui/CHANGELOG.md new file mode 100644 index 0000000..b71f5f8 --- /dev/null +++ b/resq-tui/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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 + +### Other + +- update Cargo.toml dependencies diff --git a/resq-tui/Cargo.toml b/resq-tui/Cargo.toml index d8ea026..9821e4e 100644 --- a/resq-tui/Cargo.toml +++ b/resq-tui/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-tui" -version = "0.1.0" +version = "0.1.1" edition.workspace = true license.workspace = true repository.workspace = true