Skip to content

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • hotfix-message: 0.2.8 -> 0.3.0 (⚠ API breaking changes)
  • hotfix: 0.5.1 -> 0.6.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.8 -> 0.1.9
  • hotfix-web: 0.1.7 -> 0.1.8

hotfix-message breaking changes

--- failure trait_method_return_value_added: pub trait method return value added ---

Description:
A trait method that previously returned `()` now returns a value. Since the trait is not sealed, downstream implementations of the trait will get compile errors.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-trait-item-signature-changes
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_method_return_value_added.ron

Failed in:
  hotfix_message::Part::set_groups in file /tmp/.tmp25Sc1x/hotfix/crates/hotfix-message/src/parts.rs:59

hotfix breaking changes

--- 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 StoreError:Cleanup in /tmp/.tmp25Sc1x/hotfix/crates/hotfix/src/store/error.rs:38
  variant StoreError:Cleanup in /tmp/.tmp25Sc1x/hotfix/crates/hotfix/src/store/error.rs:38
Changelog

hotfix-message

0.3.0 - 2026-01-27

Other

  • remove anyhow from hotfix-message crate (#285)

hotfix

0.6.0 - 2026-01-27

Added

  • add helper function to delete old sequences in MongoDB store (#286)

Other

  • remove anyhow from hotfix-message crate (#285)

hotfix-web-ui

0.1.9 - 2026-01-27

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.8 - 2026-01-27

Other

  • updated the following local packages: hotfix, hotfix-web-ui


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.42%. Comparing base (bce4ad4) to head (ede9e03).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #287   +/-   ##
=======================================
  Coverage   89.42%   89.42%           
=======================================
  Files          83       83           
  Lines        8072     8072           
=======================================
  Hits         7218     7218           
  Misses        854      854           

☔ 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 January 27, 2026 13:41
@davidsteiner davidsteiner merged commit ed169a1 into main Jan 27, 2026
5 checks passed
@davidsteiner davidsteiner deleted the release-plz-2026-01-27T12-58-24Z branch January 27, 2026 13:41
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