Skip to content
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

chore: release #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 16, 2025

🤖 New release

  • bevy_mod_scripting_core: 0.9.6 -> 0.9.7 (✓ API compatible changes)
  • bevy_mod_scripting_derive: 0.9.6 -> 0.9.7
  • bevy_mod_scripting_lua: 0.9.6 -> 0.9.7
  • bevy_mod_scripting_functions: 0.9.6 -> 0.9.7
  • bevy_mod_scripting_rhai: 0.9.6 -> 0.9.7
  • ladfile: 0.2.0 -> 0.3.0 (⚠ API breaking changes)
  • mdbook_lad_preprocessor: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • ladfile_builder: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • bevy_mod_scripting: 0.9.6 -> 0.9.7 (✓ API compatible changes)

ladfile 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.39.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field LadArgument.documentation in /tmp/.tmpXzQTMe/bevy_mod_scripting/crates/ladfile/src/lib.rs:148

--- 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.39.0/src/lints/struct_missing.ron

Failed in:
  struct ladfile::LadFileBuilder, previously in file /tmp/.tmpSdnuby/ladfile/src/lib.rs:442
Changelog

bevy_mod_scripting_core

0.9.7 - 2025-02-20

Added

bevy_mod_scripting_derive

0.9.7 - 2025-02-20

Added

bevy_mod_scripting_lua

0.9.2 - 2025-02-08

Fixed

bevy_mod_scripting_functions

0.9.4 - 2025-02-12

Added

Fixed

bevy_mod_scripting_rhai

0.9.2 - 2025-02-08

Fixed

ladfile

0.3.0 - 2025-02-20

Added

mdbook_lad_preprocessor

0.1.1 - 2025-02-20

Added

ladfile_builder

0.2.1 - 2025-02-20

Added

bevy_mod_scripting

0.9.7 - 2025-02-20

Added


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-02-16T15-40-32Z branch 2 times, most recently from 1843553 to 131a8bb Compare February 19, 2025 12:45
@github-actions github-actions bot force-pushed the release-plz-2025-02-16T15-40-32Z branch from 131a8bb to 0994bcc Compare February 20, 2025 00:41
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