Skip to content

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • hotfix-store: 0.1.0
  • hotfix-store-mongodb: 0.1.0
  • hotfix: 0.6.0 -> 0.7.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.9 -> 0.1.10
  • hotfix-web: 0.1.8 -> 0.1.9

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::store::error::StoreError, previously in file /tmp/.tmp35I891/hotfix/src/store/error.rs:10
  enum hotfix::store::StoreError, previously in file /tmp/.tmp35I891/hotfix/src/store/error.rs:10

--- 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::store::in_memory, previously in file /tmp/.tmp35I891/hotfix/src/store/in_memory.rs:1
  mod hotfix::store::mongodb, previously in file /tmp/.tmp35I891/hotfix/src/store/mongodb.rs:1
  mod hotfix::store::file, previously in file /tmp/.tmp35I891/hotfix/src/store/file.rs:1
  mod hotfix::store::error, previously in file /tmp/.tmp35I891/hotfix/src/store/error.rs:1

--- 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 hotfix::store::file::FileStore, previously in file /tmp/.tmp35I891/hotfix/src/store/file.rs:23
  struct hotfix::store::mongodb::MongoDbMessageStore, previously in file /tmp/.tmp35I891/hotfix/src/store/mongodb.rs:33
  struct hotfix::store::in_memory::InMemoryMessageStore, previously in file /tmp/.tmp35I891/hotfix/src/store/in_memory.rs:6

--- failure trait_missing: pub trait removed or renamed ---

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

Failed in:
  trait hotfix::store::MessageStore, previously in file /tmp/.tmp35I891/hotfix/src/store.rs:24
Changelog

hotfix-store

0.1.0 - 2026-01-29

Added

  • break out message stores into their own crates (#290)

hotfix-store-mongodb

0.1.0 - 2026-01-29

Added

  • break out message stores into their own crates (#290)

hotfix

0.7.0 - 2026-01-29

Added

  • break out message stores into their own crates (#290)

hotfix-web-ui

0.1.10 - 2026-01-29

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.9 - 2026-01-29

Other

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


This PR was generated with release-plz.

@davidsteiner davidsteiner self-requested a review January 30, 2026 08:26
@davidsteiner davidsteiner reopened this Jan 30, 2026
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.97%. Comparing base (91f43eb) to head (0bc79f4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #292   +/-   ##
=======================================
  Coverage   89.97%   89.97%           
=======================================
  Files          84       84           
  Lines        8299     8299           
=======================================
  Hits         7467     7467           
  Misses        832      832           

☔ 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 7d36e9b into main Jan 30, 2026
5 checks passed
@davidsteiner davidsteiner deleted the release-plz-2026-01-29T20-28-19Z branch January 30, 2026 08:32
This was referenced Jan 30, 2026
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