Skip to content

chore: release #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 0 commits into from
Closed

chore: release #12

wants to merge 0 commits into from

Conversation

Xenira
Copy link
Owner

@Xenira Xenira commented May 14, 2024

🤖 New release

  • bevy_ui_forms: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • bevy_ui_forms_form_proc: 0.1.0 -> 0.2.0

⚠️ bevy_ui_forms 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.31.0/src/lints/enum_variant_added.ron

Failed in:
  variant FormEvent:Apply in /tmp/.tmpFLSTXt/bevy_ui_forms/crates/core/src/form.rs:58
  variant FormEvent:Custom in /tmp/.tmpFLSTXt/bevy_ui_forms/crates/core/src/form.rs:62
  variant FormEvent:Apply in /tmp/.tmpFLSTXt/bevy_ui_forms/crates/core/src/form.rs:58
  variant FormEvent:Custom in /tmp/.tmpFLSTXt/bevy_ui_forms/crates/core/src/form.rs:62
Changelog

bevy_ui_forms

0.2.0 - 2024-05-14

Added

  • (button) add button form element (#11)

bevy_ui_forms_form_proc

0.2.0 - 2024-05-14

Added

  • (button) add button form element (#11)

Other

  • (deps) Bump syn from 2.0.60 to 2.0.63 (#10)


This PR was generated with release-plz.

@github-actions github-actions bot closed this May 14, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-05-14T19-44-18Z branch from 79ab825 to 9cbdc09 Compare May 14, 2024 20:00
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