diff --git a/Cargo.toml b/Cargo.toml index 729a6e5..973bccf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.16" +version = "0.1.17" license = "Apache-2.0" edition = "2021" repository = "https://github.com/resq-software/crates" @@ -37,7 +37,7 @@ once_cell = "1.21" ratatui = { version = "0.30.0", default-features = false, features = ["crossterm", "macros"] } regex = "1.12" reqwest = { version = "0.13.2", features = ["blocking", "json", "rustls", "multipart", "stream"] } -resq-tui = { path = "crates/resq-tui", version = "0.1.8" } +resq-tui = { path = "crates/resq-tui", version = "0.1.9" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3" diff --git a/crates/resq-bin/CHANGELOG.md b/crates/resq-bin/CHANGELOG.md index 2b979a5..5bb3158 100644 --- a/crates/resq-bin/CHANGELOG.md +++ b/crates/resq-bin/CHANGELOG.md @@ -6,6 +6,10 @@ 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.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-clean/CHANGELOG.md b/crates/resq-clean/CHANGELOG.md index a9e5461..3dab2bd 100644 --- a/crates/resq-clean/CHANGELOG.md +++ b/crates/resq-clean/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-11 ### CI diff --git a/crates/resq-cli/CHANGELOG.md b/crates/resq-cli/CHANGELOG.md index 0a27386..58b00d1 100644 --- a/crates/resq-cli/CHANGELOG.md +++ b/crates/resq-cli/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/resq-software/crates/releases/tag/0.3.1) - 2026-06-01 + +### Dependencies + +- *(deps)* Update shlex requirement from 1.3 to 2.0 ([#98](https://github.com/resq-software/crates/pull/98)) + + + ## [0.3.0](https://github.com/resq-software/crates/releases/tag/0.3.0) - 2026-05-11 ### Added diff --git a/crates/resq-cli/Cargo.toml b/crates/resq-cli/Cargo.toml index 6ad2093..420133e 100644 --- a/crates/resq-cli/Cargo.toml +++ b/crates/resq-cli/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-cli" -version = "0.3.0" +version = "0.3.1" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/crates/resq-deploy/CHANGELOG.md b/crates/resq-deploy/CHANGELOG.md index 89915c6..a17c318 100644 --- a/crates/resq-deploy/CHANGELOG.md +++ b/crates/resq-deploy/CHANGELOG.md @@ -6,6 +6,10 @@ 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.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-flame/CHANGELOG.md b/crates/resq-flame/CHANGELOG.md index 44485ee..9302ff1 100644 --- a/crates/resq-flame/CHANGELOG.md +++ b/crates/resq-flame/CHANGELOG.md @@ -6,6 +6,10 @@ 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.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-health/CHANGELOG.md b/crates/resq-health/CHANGELOG.md index 30b496d..73ca446 100644 --- a/crates/resq-health/CHANGELOG.md +++ b/crates/resq-health/CHANGELOG.md @@ -6,6 +6,10 @@ 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.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-logs/CHANGELOG.md b/crates/resq-logs/CHANGELOG.md index fb29c9c..9c4dc26 100644 --- a/crates/resq-logs/CHANGELOG.md +++ b/crates/resq-logs/CHANGELOG.md @@ -6,6 +6,10 @@ 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.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-perf/CHANGELOG.md b/crates/resq-perf/CHANGELOG.md index fa38fec..c408776 100644 --- a/crates/resq-perf/CHANGELOG.md +++ b/crates/resq-perf/CHANGELOG.md @@ -6,6 +6,10 @@ 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.17](https://github.com/resq-software/crates/releases/tag/0.1.17) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-tui/CHANGELOG.md b/crates/resq-tui/CHANGELOG.md index a47cc61..917ecb8 100644 --- a/crates/resq-tui/CHANGELOG.md +++ b/crates/resq-tui/CHANGELOG.md @@ -6,6 +6,10 @@ 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.9](https://github.com/resq-software/crates/releases/tag/0.1.9) - 2026-06-01 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-tui/Cargo.toml b/crates/resq-tui/Cargo.toml index db032ed..9529053 100644 --- a/crates/resq-tui/Cargo.toml +++ b/crates/resq-tui/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-tui" -version = "0.1.8" +version = "0.1.9" edition.workspace = true license.workspace = true repository.workspace = true