Skip to content

chore: release v0.6.0#28

Merged
beeb merged 1 commit into
mainfrom
release-plz-2026-05-07T16-39-17Z
May 7, 2026
Merged

chore: release v0.6.0#28
beeb merged 1 commit into
mainfrom
release-plz-2026-05-07T16-39-17Z

Conversation

@beeb-release-plz
Copy link
Copy Markdown
Contributor

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

🤖 New release

  • swpui: 0.5.1 -> 0.6.0 (⚠ API breaking changes)

swpui breaking changes

--- failure enum_struct_variant_changed_kind: An enum struct variant changed kind ---

Description:
A pub enum's struct variant with at least one pub field has changed to a different kind of enum variant, breaking access to its pub fields.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_struct_variant_changed_kind.ron

Failed in:
  variant WorkerCommand::Rebuild in /tmp/.tmpNC57RL/swpui/src/search.rs:34

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

Failed in:
  swpui::search::SearchWorker::new now takes 5 parameters instead of 4, in /tmp/.tmpNC57RL/swpui/src/search.rs:136

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

Failed in:
  field match_mode of struct App, previously in file /tmp/.tmpNVGtzd/swpui/src/app.rs:50
  field include_hidden of struct App, previously in file /tmp/.tmpNVGtzd/swpui/src/app.rs:65
Changelog

[0.6.0] - 2026-05-07

Added

  • add gitignore toggle and settings popup (#27) - (1c02b4b)

Documentation

Full Changelog: 0.5.1...0.6.0


This PR was generated with release-plz.

@beeb-release-plz beeb-release-plz Bot force-pushed the release-plz-2026-05-07T16-39-17Z branch from c2082b5 to 883830c Compare May 7, 2026 16:47
@beeb-release-plz beeb-release-plz Bot force-pushed the release-plz-2026-05-07T16-39-17Z branch from 883830c to 37ca563 Compare May 7, 2026 16:49
@beeb beeb merged commit 6fee7ac into main May 7, 2026
14 checks passed
@beeb beeb deleted the release-plz-2026-05-07T16-39-17Z branch May 7, 2026 16:51
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