Skip to content

chore: release - #353

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-09-11T14-45-58Z
Open

chore: release#353
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-09-11T14-45-58Z

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 New release

  • hotfix-message: 0.3.2 -> 0.4.0 (⚠ API breaking changes)
  • hotfix: 0.12.1 -> 0.13.0 (⚠ API breaking changes)
  • hotfix-web-ui: 0.1.21 -> 0.1.22
  • hotfix-web: 0.1.20 -> 0.1.21

hotfix-message 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.50.0/src/lints/enum_variant_added.ron

Failed in:
  variant ParserError:RequiredFieldMissing in /tmp/.tmpFdYfy1/hotfix/crates/hotfix-message/src/error.rs:34
  variant InvalidReason:RequiredFieldMissing in /tmp/.tmpFdYfy1/hotfix/crates/hotfix-message/src/parsed_message.rs:30

hotfix breaking changes

--- failure constructible_struct_adds_field: struct exhaustively constructible through public API adds field ---

Description:
A pub struct that could be exhaustively constructed with a literal using only public API has a new pub field, breaking existing exhaustive literals.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field SessionConfig.validation in /tmp/.tmpFdYfy1/hotfix/crates/hotfix/src/config.rs:120
Changelog

hotfix-message

0.4.0 - 2026-09-11

Added

  • introduce flag validate_user_defined_fields (#352)

hotfix

0.13.0 - 2026-09-11

Added

  • introduce flag validate_user_defined_fields (#352)

hotfix-web-ui

0.1.22 - 2026-09-11

Other

  • updated the following local packages: hotfix

hotfix-web

0.1.21 - 2026-09-11

Other

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


This PR was generated with release-plz.

@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.84%. Comparing base (5b46f92) to head (32c7ab0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #353   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files          94       94           
  Lines       10423    10423           
=======================================
  Hits         9573     9573           
  Misses        850      850           
Flag Coverage Δ
core 91.75% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.

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.

0 participants