Skip to content

chore: release v0.8.0#42

Open
beeb-release-plz[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-05-09T09-00-37Z
Open

chore: release v0.8.0#42
beeb-release-plz[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-05-09T09-00-37Z

Conversation

@beeb-release-plz
Copy link
Copy Markdown
Contributor

@beeb-release-plz beeb-release-plz Bot commented May 9, 2026

🤖 New release

  • swpui: 0.7.2 -> 0.8.0 (⚠ API breaking changes)

swpui breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field MatchInfo.byte_range in /tmp/.tmpaFKVzd/swpui/src/types.rs:92

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

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/method_parameter_count_changed.ron

Failed in:
  swpui::types::MatchInfo::new takes 3 parameters in /tmp/.tmpJl1d6Y/swpui/src/types.rs:74, but now takes 2 parameters in /tmp/.tmpaFKVzd/swpui/src/types.rs:101

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.47.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field byte_offset_start of struct MatchInfo, previously in file /tmp/.tmpJl1d6Y/swpui/src/types.rs:63
  field byte_offset_end of struct MatchInfo, previously in file /tmp/.tmpJl1d6Y/swpui/src/types.rs:64
Changelog

[0.8.0] - 2026-05-15

Added

Changed

Documentation

Full Changelog: 0.7.2...0.8.0


This PR was generated with release-plz.

@beeb-release-plz beeb-release-plz Bot force-pushed the release-plz-2026-05-09T09-00-37Z branch 3 times, most recently from 2ad8360 to 02f2413 Compare May 10, 2026 19:07
@beeb-release-plz beeb-release-plz Bot changed the title chore: release v0.7.3 chore: release v0.8.0 May 15, 2026
@beeb-release-plz beeb-release-plz Bot force-pushed the release-plz-2026-05-09T09-00-37Z branch from 02f2413 to 5684c6b Compare May 15, 2026 21:12
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