diff --git a/Cargo.toml b/Cargo.toml index 973bccf..54c43a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.17" +version = "0.1.18" 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.9" } +resq-tui = { path = "crates/resq-tui", version = "0.1.10" } 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 833462a..1abbc85 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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # 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 4dcbb5a..bde0c77 100644 --- a/crates/resq-clean/CHANGELOG.md +++ b/crates/resq-clean/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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # Changelog All notable changes to this project will be documented in this file. diff --git a/crates/resq-cli/CHANGELOG.md b/crates/resq-cli/CHANGELOG.md index 98b9902..c0bb453 100644 --- a/crates/resq-cli/CHANGELOG.md +++ b/crates/resq-cli/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/resq-software/crates/releases/tag/0.3.2) - 2026-06-15 + + + ## [0.3.1](https://github.com/resq-software/crates/releases/tag/0.3.1) - 2026-06-08 ### Dependencies diff --git a/crates/resq-cli/Cargo.toml b/crates/resq-cli/Cargo.toml index 420133e..8388c13 100644 --- a/crates/resq-cli/Cargo.toml +++ b/crates/resq-cli/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-cli" -version = "0.3.1" +version = "0.3.2" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/crates/resq-deploy/CHANGELOG.md b/crates/resq-deploy/CHANGELOG.md index f068372..9ba6085 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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # 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 6f16226..8e668c8 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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # 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 b1d0a25..c3fb446 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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # 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 91be8f4..73dd160 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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # 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 d41d95d..b5fc539 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.18](https://github.com/resq-software/crates/releases/tag/0.1.18) - 2026-06-15 + + # 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 5e6b1eb..c1e61ab 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.10](https://github.com/resq-software/crates/releases/tag/0.1.10) - 2026-06-15 + + # 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 9529053..6398c8a 100644 --- a/crates/resq-tui/Cargo.toml +++ b/crates/resq-tui/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "resq-tui" -version = "0.1.9" +version = "0.1.10" edition.workspace = true license.workspace = true repository.workspace = true