Skip to content

chore: release #449

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

Merged
merged 1 commit into from
Aug 14, 2025
Merged

chore: release #449

merged 1 commit into from
Aug 14, 2025

Conversation

github-actions[bot]
Copy link
Contributor

πŸ€– New release

  • bevy_mod_scripting_derive: 0.14.0 -> 0.15.0
  • bevy_mod_scripting_core: 0.14.0 -> 0.15.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_lua: 0.14.0 -> 0.15.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_rhai: 0.14.0 -> 0.15.0 (⚠ API breaking changes)
  • bevy_mod_scripting_functions: 0.14.0 -> 0.15.0 (βœ“ API compatible changes)
  • mdbook_lad_preprocessor: 0.1.10 -> 0.2.0 (βœ“ API compatible changes)
  • ladfile_builder: 0.4.0 -> 0.5.0 (βœ“ API compatible changes)
  • bevy_mod_scripting: 0.14.0 -> 0.15.0 (βœ“ API compatible changes)

⚠ bevy_mod_scripting_rhai breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type RhaiScriptingPlugin is no longer UnwindSafe, in /tmp/.tmpdTEHab/bevy_mod_scripting/crates/languages/bevy_mod_scripting_rhai/src/lib.rs:57
  type RhaiScriptingPlugin is no longer RefUnwindSafe, in /tmp/.tmpdTEHab/bevy_mod_scripting/crates/languages/bevy_mod_scripting_rhai/src/lib.rs:57

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_parameter_count_changed.ron

Failed in:
  bevy_mod_scripting_rhai::rhai_callback_handler now takes 6 parameters instead of 7, in /tmp/.tmpdTEHab/bevy_mod_scripting/crates/languages/bevy_mod_scripting_rhai/src/lib.rs:266
Changelog

bevy_mod_scripting_derive

0.12.0 - 2025-04-07

Fixed

  • Derive GetTypeDependency without explicit "core" dependency. (#409)

bevy_mod_scripting_core

0.15.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)

bevy_mod_scripting_lua

0.15.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)

bevy_mod_scripting_rhai

0.15.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)

bevy_mod_scripting_functions

0.15.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)

mdbook_lad_preprocessor

0.2.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)

ladfile_builder

0.5.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)

bevy_mod_scripting

0.15.0 - 2025-08-14

Added

  • [breaking] Use the Handles, Luke! (#427) (#444)


This PR was generated with release-plz.

Copy link

Review changes with Β SemanticDiff

@makspll makspll merged commit 762659d into main Aug 14, 2025
@makspll makspll deleted the release-plz-2025-08-14T22-43-52Z branch August 14, 2025 22:44
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