Skip to content

Conversation

@github-actions
Copy link
Contributor

πŸ€– New release

  • hotfix: 0.2.9 -> 0.3.0 (⚠ API breaking changes)
  • hotfix-status: 0.1.14 -> 0.1.15 (βœ“ API compatible changes)

⚠ hotfix breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.45.0/src/lints/inherent_method_missing.ron

Failed in:
  Initiator::session_ref, previously in file /tmp/.tmpPsp6hZ/hotfix/src/initiator.rs:59

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/method_parameter_count_changed.ron

Failed in:
  hotfix::initiator::Initiator::shutdown now takes 2 parameters instead of 1, in /tmp/.tmpGHm2Bn/hotfix/crates/hotfix/src/initiator.rs:65

--- 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.45.0/src/lints/struct_missing.ron

Failed in:
  struct hotfix::session::SessionRef, previously in file /tmp/.tmpPsp6hZ/hotfix/src/session/session_ref.rs:12
Changelog

hotfix

0.3.0 - 2025-11-26

Added

  • allow one off restarts with sequence number reset (#241)

hotfix-status

0.1.15 - 2025-11-26

Added

  • allow one off restarts with sequence number reset (#241)


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 86.03%. Comparing base (704b6bc) to head (9814851).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #243   +/-   ##
=======================================
  Coverage   86.03%   86.03%           
=======================================
  Files          76       76           
  Lines        6981     6981           
=======================================
  Hits         6006     6006           
  Misses        975      975           

β˜” 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 self-requested a review November 26, 2025 11:52
@davidsteiner davidsteiner merged commit cdcdb57 into main Nov 26, 2025
4 checks passed
@davidsteiner davidsteiner deleted the release-plz-2025-11-26T11-42-32Z branch November 26, 2025 11:54
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.

1 participant