Skip to content

Conversation

@github-actions
Copy link
Contributor

πŸ€– New release

  • hotfix: 0.3.1 -> 0.3.2 (βœ“ API compatible changes)
  • hotfix-cli: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • hotfix-web: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • hotfix-web-ui: 0.1.1 -> 0.1.2

⚠ hotfix-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.45.0/src/lints/enum_discriminants_undefined_non_unit_variant.ron

Failed in:
  enum Command in /tmp/.tmpaMY3Sl/hotfix/crates/hotfix-cli/src/lib.rs:24

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant Command::Shutdown in /tmp/.tmpaMY3Sl/hotfix/crates/hotfix-cli/src/lib.rs:32
Changelog

hotfix

0.3.2 - 2025-11-28

Added

  • support reconnects in shutdowns initiated via CLI tool (#250)

hotfix-cli

0.2.0 - 2025-11-28

Added

  • support reconnects in shutdowns initiated via CLI tool (#250)
  • new CLI tool for getting session state and admin actions (#248)

hotfix-web

0.1.1 - 2025-11-28

Added

  • support reconnects in shutdowns initiated via CLI tool (#250)

hotfix-web-ui

0.1.2 - 2025-11-28

Other

  • updated the following local packages: hotfix


This PR was generated with release-plz.

@davidsteiner davidsteiner self-requested a review November 28, 2025 10:49
@davidsteiner davidsteiner reopened this Nov 28, 2025
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 86.51%. Comparing base (df26500) to head (5af41ae).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #251   +/-   ##
=======================================
  Coverage   86.51%   86.51%           
=======================================
  Files          84       84           
  Lines        7465     7465           
=======================================
  Hits         6458     6458           
  Misses       1007     1007           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@davidsteiner davidsteiner merged commit 2364df9 into main Nov 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants