From 2bf39ceec8b51bf2444b119d1919db44c1df463f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:51:22 +0000 Subject: [PATCH] chore: release --- crates/resq-bin/CHANGELOG.md | 5 +++++ crates/resq-clean/CHANGELOG.md | 8 ++++++++ crates/resq-cli/CHANGELOG.md | 21 +++++++++++++++++++++ crates/resq-deploy/CHANGELOG.md | 5 +++++ crates/resq-flame/CHANGELOG.md | 5 +++++ crates/resq-health/CHANGELOG.md | 5 +++++ crates/resq-logs/CHANGELOG.md | 5 +++++ crates/resq-perf/CHANGELOG.md | 5 +++++ crates/resq-tui/CHANGELOG.md | 5 +++++ 9 files changed, 64 insertions(+) diff --git a/crates/resq-bin/CHANGELOG.md b/crates/resq-bin/CHANGELOG.md index 42f7203..2b979a5 100644 --- a/crates/resq-bin/CHANGELOG.md +++ b/crates/resq-bin/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 diff --git a/crates/resq-clean/CHANGELOG.md b/crates/resq-clean/CHANGELOG.md index 1469751..a9e5461 100644 --- a/crates/resq-clean/CHANGELOG.md +++ b/crates/resq-clean/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-11 + +### CI + +- Migrate to reusable rust-ci, remove clippy.yml + deny.yml ([#71](https://github.com/resq-software/crates/pull/71)) + + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 ### CI diff --git a/crates/resq-cli/CHANGELOG.md b/crates/resq-cli/CHANGELOG.md index 8bba82e..0a27386 100644 --- a/crates/resq-cli/CHANGELOG.md +++ b/crates/resq-cli/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/resq-software/crates/releases/tag/0.3.0) - 2026-05-11 + +### Added + +- *(cli)* Scan/tui command groups (Stage 3) ([#75](https://github.com/resq-software/crates/pull/75)) +- *(cli)* Global flags + shell completions + richer help (Stage 1) ([#74](https://github.com/resq-software/crates/pull/74)) +- Add resq commit with multi-provider AI commit message generation ([#70](https://github.com/resq-software/crates/pull/70)) +- *(cli)* Extract `resq format` subcommand from pre_commit orchestrator ([#62](https://github.com/resq-software/crates/pull/62)) +- *(cli)* Consolidate hook surface under `hooks`; deprecate `dev` paths ([#60](https://github.com/resq-software/crates/pull/60)) +- *(copyright)* Detect author mismatch, not just license mismatch ([#59](https://github.com/resq-software/crates/pull/59)) + +### CI + +- Migrate to reusable rust-ci, remove clippy.yml + deny.yml ([#71](https://github.com/resq-software/crates/pull/71)) + +### Changed + +- *(cli)* Remove orphaned lqip / cost / tree-shake commands ([#61](https://github.com/resq-software/crates/pull/61)) + + + ## [0.3.0](https://github.com/resq-software/crates/releases/tag/0.3.0) - 2026-05-04 ### Added diff --git a/crates/resq-deploy/CHANGELOG.md b/crates/resq-deploy/CHANGELOG.md index ee894d1..89915c6 100644 --- a/crates/resq-deploy/CHANGELOG.md +++ b/crates/resq-deploy/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 diff --git a/crates/resq-flame/CHANGELOG.md b/crates/resq-flame/CHANGELOG.md index c54347a..44485ee 100644 --- a/crates/resq-flame/CHANGELOG.md +++ b/crates/resq-flame/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 diff --git a/crates/resq-health/CHANGELOG.md b/crates/resq-health/CHANGELOG.md index 2aa41c3..30b496d 100644 --- a/crates/resq-health/CHANGELOG.md +++ b/crates/resq-health/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 diff --git a/crates/resq-logs/CHANGELOG.md b/crates/resq-logs/CHANGELOG.md index 32bf3fd..fb29c9c 100644 --- a/crates/resq-logs/CHANGELOG.md +++ b/crates/resq-logs/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 diff --git a/crates/resq-perf/CHANGELOG.md b/crates/resq-perf/CHANGELOG.md index 9e98da6..fa38fec 100644 --- a/crates/resq-perf/CHANGELOG.md +++ b/crates/resq-perf/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.16](https://github.com/resq-software/crates/releases/tag/0.1.16) - 2026-05-04 diff --git a/crates/resq-tui/CHANGELOG.md b/crates/resq-tui/CHANGELOG.md index 080e859..a47cc61 100644 --- a/crates/resq-tui/CHANGELOG.md +++ b/crates/resq-tui/CHANGELOG.md @@ -6,6 +6,11 @@ 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] +# Changelog + +All notable changes to this project will be documented in this file. + + ## [0.1.8](https://github.com/resq-software/crates/releases/tag/0.1.8) - 2026-05-04