Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions bin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 14 additions & 8 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<!--
Copyright 2026 ResQ

Expand All @@ -14,14 +28,6 @@
limitations under the License.
-->

# 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

Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
22 changes: 14 additions & 8 deletions resq-tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<!--
Copyright 2026 ResQ

Expand All @@ -14,14 +28,6 @@
limitations under the License.
-->

# 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

Expand Down
2 changes: 1 addition & 1 deletion resq-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down