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.1"
version = "0.1.2"
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/resq-software/cli"
Expand Down
22 changes: 14 additions & 8 deletions bin-explorer/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-bin-explorer-v0.1.1...resq-bin-explorer-v0.1.2) - 2026-03-15

### Other

- add dev tooling β€” hooks, skills, agents, codecov, dependabot
<!--
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-bin-explorer-v0.1.0...resq-bin-explorer-v0.1.1) - 2026-03-13

Expand Down
22 changes: 14 additions & 8 deletions cleanup/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-cleanup-v0.1.1...resq-cleanup-v0.1.2) - 2026-03-15

### Other

- add dev tooling β€” hooks, skills, agents, codecov, dependabot
<!--
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-cleanup-v0.1.0...resq-cleanup-v0.1.1) - 2026-03-13

Expand Down
14 changes: 14 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1.0"
version = "0.2.0"
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.0" }
resq-tui = { path = "../resq-tui", version = "0.1.1" }

# Secret scanner performance
aho-corasick = "1.1"
Expand Down
22 changes: 14 additions & 8 deletions deploy-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.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
<!--
Copyright 2026 ResQ

Expand All @@ -14,11 +28,3 @@
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]
22 changes: 14 additions & 8 deletions flame-graph/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-flamegraph-v0.1.1...resq-flamegraph-v0.1.2) - 2026-03-15

### Other

- add dev tooling β€” hooks, skills, agents, codecov, dependabot
<!--
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-flamegraph-v0.1.0...resq-flamegraph-v0.1.1) - 2026-03-13

Expand Down
22 changes: 14 additions & 8 deletions health-checker/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-health-checker-v0.1.1...resq-health-checker-v0.1.2) - 2026-03-15

### Other

- add dev tooling β€” hooks, skills, agents, codecov, dependabot
<!--
Copyright 2026 ResQ

Expand All @@ -14,11 +28,3 @@
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]
22 changes: 14 additions & 8 deletions log-viewer/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-log-viewer-v0.1.1...resq-log-viewer-v0.1.2) - 2026-03-15

### Other

- add dev tooling β€” hooks, skills, agents, codecov, dependabot
<!--
Copyright 2026 ResQ

Expand All @@ -14,11 +28,3 @@
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]
22 changes: 14 additions & 8 deletions perf-monitor/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-perf-monitor-v0.1.1...resq-perf-monitor-v0.1.2) - 2026-03-15

### Other

- add dev tooling β€” hooks, skills, agents, codecov, dependabot
<!--
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-perf-monitor-v0.1.0...resq-perf-monitor-v0.1.1) - 2026-03-13

Expand Down
14 changes: 14 additions & 0 deletions resq-tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0"
version = "0.1.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down