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

Merged
merged 1 commit into from
Feb 23, 2025
Merged

chore: release #292

merged 1 commit into from
Feb 23, 2025

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 (✓ API compatible changes)
  • bevy_mod_scripting_functions: 0.9.6 -> 0.9.7 (✓ API compatible changes)
  • bevy_mod_scripting_rhai: 0.9.6 -> 0.9.7 (✓ API compatible changes)
  • 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/.tmpMT98FZ/bevy_mod_scripting/crates/ladfile/src/lib.rs:148

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

Failed in:
  variant LadArgumentKind:Union in /tmp/.tmpMT98FZ/bevy_mod_scripting/crates/ladfile/src/lib.rs:180

--- 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/.tmp2ud0eu/ladfile/src/lib.rs:442
Changelog

bevy_mod_scripting_core

0.9.7 - 2025-02-23

Added

Fixed

bevy_mod_scripting_derive

0.9.7 - 2025-02-23

Added

bevy_mod_scripting_lua

0.9.7 - 2025-02-23

Added

bevy_mod_scripting_functions

0.9.7 - 2025-02-23

Added

Fixed

bevy_mod_scripting_rhai

0.9.7 - 2025-02-23

Added

ladfile

0.3.0 - 2025-02-23

Added

mdbook_lad_preprocessor

0.1.1 - 2025-02-23

Added

ladfile_builder

0.2.1 - 2025-02-23

Added

Fixed

bevy_mod_scripting

0.9.7 - 2025-02-23

Added

Fixed


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-02-16T15-40-32Z branch 22 times, most recently from 90d916b to 6422796 Compare February 23, 2025 01:20
@github-actions github-actions bot force-pushed the release-plz-2025-02-16T15-40-32Z branch from 6422796 to 2c984db Compare February 23, 2025 01:56
@makspll makspll merged commit a6b924f into main Feb 23, 2025
@makspll makspll deleted the release-plz-2025-02-16T15-40-32Z branch February 23, 2025 02:14
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