Skip to content

chore: release#328

Merged
davidsteiner merged 1 commit intomainfrom
release-plz-2026-03-25T09-44-18Z
Mar 25, 2026
Merged

chore: release#328
davidsteiner merged 1 commit intomainfrom
release-plz-2026-03-25T09-44-18Z

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • hotfix: 0.10.0 -> 0.11.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.16 -> 0.1.17
  • hotfix-web: 0.1.15 -> 0.1.16

hotfix breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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/enum_missing.ron

Failed in:
  enum hotfix::message::verification_error::MessageVerificationError, previously in file /tmp/.tmp8B2NAy/hotfix/src/message/verification_error.rs:5
  enum hotfix::message::verification_error::CompIdType, previously in file /tmp/.tmp8B2NAy/hotfix/src/message/verification_error.rs:52

--- 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  InternalSessionRef::await_active_session_time, previously in file /tmp/.tmp8B2NAy/hotfix/src/session/session_ref.rs:85
  InternalSessionRef::await_active_session_time, previously in file /tmp/.tmp8B2NAy/hotfix/src/session/session_ref.rs:85

--- 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 hotfix::message::verification_error, previously in file /tmp/.tmp8B2NAy/hotfix/src/message/verification_error.rs:1

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_method_added.ron

Failed in:
  trait method hotfix::application::Application::on_state_change in file /tmp/.tmp05qlsl/hotfix/crates/hotfix/src/application.rs:26
  trait method hotfix::Application::on_state_change in file /tmp/.tmp05qlsl/hotfix/crates/hotfix/src/application.rs:26
Changelog

hotfix

0.11.0 - 2026-03-25

Added

  • notify application of state changes (#326)

Other

  • centralise message verification and extract shared inbound handlers (#325)
  • break message verification handling out into free function (#324)
  • start breaking out issue handling into their own inbound module (#323)
  • convert resend logic to free functions outside the session code (#322)
  • introduce SessionCtx to hold non-state-machine state (#321)
  • break out session state variants into their own modules (#319)

hotfix-web-ui

0.1.17 - 2026-03-25

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.16 - 2026-03-25

Other

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


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   91.14%   91.14%           
=======================================
  Files          94       94           
  Lines        9249     9249           
=======================================
  Hits         8430     8430           
  Misses        819      819           
Flag Coverage Δ
core 91.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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 March 25, 2026 09:47
@davidsteiner davidsteiner merged commit 4caa702 into main Mar 25, 2026
7 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.

1 participant