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 #405

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 Mar 31, 2025

πŸ€– New release

  • bevy_mod_scripting_derive: 0.11.1 -> 0.12.0
  • bevy_mod_scripting_core: 0.11.1 -> 0.12.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_lua: 0.11.1 -> 0.12.0
  • bevy_mod_scripting_rhai: 0.11.1 -> 0.12.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_functions: 0.11.1 -> 0.12.0 (⚠ API breaking changes)
  • mdbook_lad_preprocessor: 0.1.6 -> 0.1.7 (βœ“ API compatible changes)
  • ladfile_builder: 0.3.1 -> 0.3.2 (βœ“ API compatible changes)
  • bevy_mod_scripting: 0.11.1 -> 0.12.0 (βœ“ API compatible changes)

⚠ bevy_mod_scripting_functions breaking changes

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/feature_missing.ron

Failed in:
  feature bevy_bindings in the package's Cargo.toml

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

Failed in:
  struct bevy_mod_scripting_functions::bevy_bindings::LuaBevyScriptingPlugin, previously in file /tmp/.tmpMKQ6ma/bevy_mod_scripting_functions/src/bevy_bindings/mod.rs:13
Changelog

bevy_mod_scripting_derive

0.12.0 - 2025-04-06

Fixed

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

bevy_mod_scripting_core

0.12.0 - 2025-04-06

Added

  • improve errors when entity is unavailable (#410)
  • [breaking] Add BMSPlugin group, feature flag for bindings per bevy crate & add script global filter options (#408)
  • add option to emit response event on each callback & RunScriptCallback command for "once-off" callbacks (#403)

Other

  • refactor ReflectReference internally (#406)
  • reduces size of ScriptValue to 64 bytes, moves some dynamic function methods into function info (#404)

bevy_mod_scripting_lua

0.11.0 - 2025-03-29

Added

  • optimize get and set functions, add MagicFunctions sub-registry (#397)
  • allow the conversion of lua functions into ScriptValue via DynamicScriptFunction (#396)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)
  • ✨ Dynamic Script Components, register_new_component binding, remove_component no longer requires ReflectComponent data (#379)

bevy_mod_scripting_rhai

0.11.0 - 2025-03-29

Added

  • [breaking] bump bersion
  • optimize get and set functions, add MagicFunctions sub-registry (#397)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)

bevy_mod_scripting_functions

0.12.0 - 2025-04-06

Added

  • [breaking] Add BMSPlugin group, feature flag for bindings per bevy crate & add script global filter options (#408)

mdbook_lad_preprocessor

0.1.7 - 2025-04-06

Added

  • improve errors when entity is unavailable (#410)

Fixed

  • links in type functions (#412)

ladfile_builder

0.3.1 - 2025-03-29

Added

  • bump bevy to 0.15.3 (#401)

bevy_mod_scripting

0.12.0 - 2025-04-06

Added

  • improve errors when entity is unavailable (#410)
  • [breaking] Add BMSPlugin group, feature flag for bindings per bevy crate & add script global filter options (#408)
  • add option to emit response event on each callback & RunScriptCallback command for "once-off" callbacks (#403)

Other

  • add script loading benchmark (#411)
  • refactor ReflectReference internally (#406)
  • reduces size of ScriptValue to 64 bytes, moves some dynamic function methods into function info (#404)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-31T19-31-24Z branch 8 times, most recently from 700cf50 to e587481 Compare April 6, 2025 13:33
@github-actions github-actions bot force-pushed the release-plz-2025-03-31T19-31-24Z branch from e587481 to da4306a Compare April 6, 2025 18: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.

0 participants