Skip to content

chore: release - #79

Merged
WomB0ComB0 merged 3 commits into
masterfrom
release-plz-2026-04-20T07-48-43Z
May 9, 2026
Merged

chore: release#79
WomB0ComB0 merged 3 commits into
masterfrom
release-plz-2026-04-20T07-48-43Z

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • resq-tui: 0.1.7 -> 0.1.8 (✓ API compatible changes)
  • resq-bin: 0.1.15 -> 0.1.16 (✓ API compatible changes)
  • resq-clean: 0.1.15 -> 0.1.16
  • resq-cli: 0.2.6 -> 0.3.0 (⚠ API breaking changes)
  • resq-deploy: 0.1.15 -> 0.1.16
  • resq-dsa: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • resq-flame: 0.1.15 -> 0.1.16
  • resq-health: 0.1.15 -> 0.1.16
  • resq-logs: 0.1.15 -> 0.1.16
  • resq-perf: 0.1.15 -> 0.1.16

resq-cli breaking changes

--- failure enum_discriminants_undefined_non_unit_variant: enum's variants no longer have defined discriminants due to non-unit variant ---

Description:
An enum's variants no longer have well-defined discriminant values due to a tuple or struct variant in the enum. This breaks downstream code that accesses discriminants via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_discriminants_undefined_non_unit_variant.ron

Failed in:
  enum HooksCommands in /tmp/.tmpK9w31e/crates/crates/resq-cli/src/commands/hooks.rs:42

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant HooksCommands:Install in /tmp/.tmpK9w31e/crates/crates/resq-cli/src/commands/hooks.rs:44
  variant HooksCommands:ScaffoldLocal in /tmp/.tmpK9w31e/crates/crates/resq-cli/src/commands/hooks.rs:46

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function resq_cli::commands::lqip::run, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/lqip.rs:54
  function resq_cli::commands::cost::run, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/cost.rs:333
  function resq_cli::commands::tree_shake::run, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/tree_shake.rs:30

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod resq_cli::commands::lqip, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/lqip.rs:17
  mod resq_cli::commands::tree_shake, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/tree_shake.rs:17
  mod resq_cli::commands::cost, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/cost.rs:17

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron

Failed in:
  struct resq_cli::commands::tree_shake::TreeShakeArgs, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/tree_shake.rs:27
  struct resq_cli::commands::cost::CostArgs, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/cost.rs:33
  struct resq_cli::commands::lqip::LqipArgs, previously in file /tmp/.tmppAyKZA/resq-cli/src/commands/lqip.rs:31
Changelog

resq-tui

0.1.8 - 2026-05-04

resq-bin

0.1.16 - 2026-05-04

resq-clean

0.1.16 - 2026-05-04

CI

  • Migrate to reusable rust-ci, remove clippy.yml + deny.yml (#71)

resq-cli

0.3.0 - 2026-05-04

Added

  • (cli) Scan/tui command groups (Stage 3) (#75)
  • (cli) Global flags + shell completions + richer help (Stage 1) (#74)
  • Add resq commit with multi-provider AI commit message generation (#70)
  • (cli) Extract resq format subcommand from pre_commit orchestrator (#62)
  • (cli) Consolidate hook surface under hooks; deprecate dev paths (#60)
  • (copyright) Detect author mismatch, not just license mismatch (#59)

CI

  • Migrate to reusable rust-ci, remove clippy.yml + deny.yml (#71)

Changed

  • (cli) Remove orphaned lqip / cost / tree-shake commands (#61)

resq-deploy

0.1.16 - 2026-05-04

resq-dsa

0.1.3 - 2026-05-04

CI

  • Migrate to reusable rust-ci, remove clippy.yml + deny.yml (#71)

resq-flame

0.1.16 - 2026-05-04

resq-health

0.1.16 - 2026-05-04

resq-logs

0.1.16 - 2026-05-04

resq-perf

0.1.16 - 2026-05-04


This PR was generated with release-plz.

@github-actions
github-actions Bot requested a review from WomB0ComB0 as a code owner April 20, 2026 07:48
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-20T07-48-43Z branch from f483d9a to 9546111 Compare April 27, 2026 08:02
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-20T07-48-43Z branch from 9546111 to 8b0b320 Compare May 4, 2026 08:13
@WomB0ComB0

Copy link
Copy Markdown
Member

Closing+reopening to retrigger CI — release-plz pushes the branch with GITHUB_TOKEN, which by design suppresses pull_request workflows. This kicks them off under my user.

@WomB0ComB0 WomB0ComB0 closed this May 9, 2026
@WomB0ComB0 WomB0ComB0 reopened this May 9, 2026
@github-actions github-actions Bot added the size/M label May 9, 2026

@WomB0ComB0 WomB0ComB0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving release. The cargo-semver-checks 'breaking change' findings on resq-cli (HooksCommands variant additions, removal of orphaned lqip/cost/tree-shake commands) are intentional and tracked back to PRs #60/#61/#74. The 0.2.6 → 0.3.0 bump is correct semver. Other crates are patch-only.

@github-actions github-actions Bot added C-Documentation Improvements or additions to documentation crate:resq-dsa Changes to the resq-dsa crate crate:resq-cli Changes to the resq-cli crate crate:resq-perf Changes to the resq-perf crate crate:resq-health crate:resq-logs crate:resq-tui Changes to the resq-tui crate crate:resq-clean Changes to the resq-clean crate crate:resq-deploy crate:resq-flame Changes to the resq-flame crate crate:resq-bin Changes to the resq-bin crate and removed size/M labels May 9, 2026
@github-actions github-actions Bot added the size/M label May 9, 2026
@WomB0ComB0
WomB0ComB0 merged commit b35ac71 into master May 9, 2026
24 checks passed
@WomB0ComB0
WomB0ComB0 deleted the release-plz-2026-04-20T07-48-43Z branch May 9, 2026 16:17
WomB0ComB0 added a commit that referenced this pull request May 10, 2026
The workflow-level concurrency block cancelled every in-flight run on
push to master. When several PRs merged within the typical CodeQL run
duration (~3-4 min), each merge cancelled its predecessor's scan
before SARIF could upload. On 2026-05-09, four consecutive master
commits (#77, #78, #79, #82) had cancelled CodeQL runs for exactly
this reason — only #81 (the last in the chain) actually completed.

For PR events the cancel-on-update behavior is correct: each new
push to a PR branch makes the prior run obsolete. For master events
every commit must be scanned end-to-end.

Gating cancel-in-progress on github.event_name == 'pull_request'
keeps PR responsiveness while ensuring master commits queue rather
than preempt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Documentation Improvements or additions to documentation crate:resq-bin Changes to the resq-bin crate crate:resq-clean Changes to the resq-clean crate crate:resq-cli Changes to the resq-cli crate crate:resq-deploy crate:resq-dsa Changes to the resq-dsa crate crate:resq-flame Changes to the resq-flame crate crate:resq-health crate:resq-logs crate:resq-perf Changes to the resq-perf crate crate:resq-tui Changes to the resq-tui crate size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant