Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2025

🤖 New release

  • bevy_mod_scripting_derive: 0.17.0 -> 0.18.0
  • bevy_mod_scripting_display: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mod_scripting_asset: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mod_scripting_bindings_domain: 0.17.0 -> 0.18.0
  • bevy_mod_scripting_script: 0.17.0 -> 0.18.0 (⚠ API breaking changes)
  • bevy_system_reflection: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mod_scripting_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mod_scripting_core: 0.17.0 -> 0.18.0 (⚠ API breaking changes)
  • bevy_mod_scripting_lua: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mod_scripting_rhai: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_a11y_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_animation_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_asset_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_camera_bms_bindings: 0.17.0 -> 0.18.0
  • bevy_color_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_core_pipeline_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_ecs_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_gizmos_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_gltf_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_image_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_input_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_input_focus_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_light_bms_bindings: 0.17.0 -> 0.18.0
  • bevy_math_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mesh_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_pbr_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_picking_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_post_process_bms_bindings: 0.17.0 -> 0.18.0
  • bevy_reflect_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_render_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_scene_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_sprite_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_sprite_render_bms_bindings: 0.17.0 -> 0.18.0
  • bevy_text_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_time_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_transform_bms_bindings: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_ui_bms_bindings: 0.17.0 -> 0.18.0
  • bevy_ui_render_bms_bindings: 0.17.0 -> 0.18.0
  • bevy_mod_scripting_functions: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • ladfile: 0.17.0 -> 0.18.0
  • lua_language_server_lad_backend: 0.17.0 -> 0.18.0
  • mdbook_lad_preprocessor: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • ladfile_builder: 0.17.0 -> 0.18.0 (✓ API compatible changes)
  • bevy_mod_scripting: 0.17.0 -> 0.18.0 (✓ API compatible changes)

bevy_mod_scripting_script breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.45.0/src/lints/inherent_method_missing.ron

Failed in:
  ScriptAttachment::into_weak, previously in file /tmp/.tmpv9IuD5/bevy_mod_scripting_script/src/lib.rs:63

bevy_mod_scripting_core 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.45.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Recipients is no longer UnwindSafe, in /tmp/.tmpjDHwVk/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/event.rs:200
  type Recipients is no longer RefUnwindSafe, in /tmp/.tmpjDHwVk/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/event.rs:200

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.45.0/src/lints/inherent_method_missing.ron

Failed in:
  ContextKey::into_weak, previously in file /tmp/.tmpv9IuD5/bevy_mod_scripting_core/src/script/context_key.rs:85

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method 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.45.0/src/lints/method_parameter_count_changed.ron

Failed in:
  bevy_mod_scripting_core::commands::RunScriptCallback::run now takes 3 parameters instead of 2, in /tmp/.tmpjDHwVk/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/commands.rs:147

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

Failed in:
  struct bevy_mod_scripting_core::extractors::WithWorldGuard, previously in file /tmp/.tmpv9IuD5/bevy_mod_scripting_core/src/extractors.rs:21
Changelog

bevy_mod_scripting_derive

0.16.1 - 2025-11-06

Added

  • registered callbacks via register_callback, and bevy_mod_scripting_script crate. (#490)
  • warn on duplicate globals (#486)

bevy_mod_scripting_display

0.16.1 - 2025-11-06

Added

  • Replace ParsedPath with custom ReferencePath, support Map and Set references with arbitrary types (#491)
  • registered callbacks via register_callback, and bevy_mod_scripting_script crate. (#490)
  • Asset references, world.get_asset and world.has_asset bindings (#484)

bevy_mod_scripting_asset

0.16.1 - 2025-11-06

Added

  • add location information to function call context (#492)
  • Replace ParsedPath with custom ReferencePath, support Map and Set references with arbitrary types (#491)

bevy_mod_scripting_bindings_domain

0.16.1 - 2025-11-06

Added

  • Lua definition file generation, ladfile re-work (#497)
  • Don't panic! (#216)
  • Improvements to BMS in multi-language context (#194)
  • complete plugin re-write

Changed

  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md

Fixed

  • bump bevy to 0.15.1 (#241)
  • Added new version to readme.md (#164)
  • fix doctests
  • fix link and add changelog entry
  • fix tealr versions and add reccomended install command
  • fixed doctests
  • fixed examples
  • fixed examples
  • fix doctests
  • fixed doctests

Other

  • Bevy 0.15 Support (#141)
  • Migrate to bevy 0.14 (#127)
  • Fix Broken Example (#123)
  • Proxy derive macros, rustc plugin codegen, safety improvements (#67)
  • Add lua documentation link to readme.md (#107)
  • Update readme.md (#101)
  • Bump tealr & mlua versions (#96)
  • Add Bevy 0.11 support (#63)
  • Add fallback logo image pointing to github (#58)
  • Bevy 0.10 support (#47)
  • Fix typos in readme.md (#44)
  • Update readme.md
  • ignore test
  • change test
  • update readme and release files
  • Add Rhai Bevy API (#40)
  • Update to 0.9.1 (#38)
  • change CI and doctests
  • Fix broken example links
  • change readme.md
  • Change readme.md
  • make build sync with hot reloading teal
  • update link
  • update game_of_life and add video to readme
  • game of life example complete
  • Add prelude and some more cleanup
  • readme links fix
  • Merge branch 'main' of https://github.com/makspll/bevy_scripting into add_general_api
  • change readme and remove old benches
  • rename feature, small fixes, some env config
  • Merge branch 'main' of https://github.com/makspll/bevy_scripting into switch_to_mlua_tealr
  • change readme.md
  • Update readme.md
  • Update readme.md
  • Merge pull request add event recipient functionality #8 from makspll/add_event_recipients
  • add event recipient functionality
  • renamed crate to bevy_mod_scripting
  • Update readme.md
  • Update readme.md
  • Update readme.md
  • cleaned up readme.md
  • added logo to readme
  • typo
  • cleaned up readme.md examples
  • upgraded rlua callback arg type support
  • formatting
  • Merge branch 'main' of https://github.com/makspll/bevy_scripting into main
  • implemented builder trait for app and changed example
  • remove bs in docs
  • updated readme.md
  • added initial functionality

bevy_mod_scripting_script

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_system_reflection

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_mod_scripting_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_mod_scripting_core

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_mod_scripting_lua

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_mod_scripting_rhai

0.16.1 - 2025-11-06

Added

  • add location information to function call context (#492)
  • registered callbacks via register_callback, and bevy_mod_scripting_script crate. (#490)

bevy_a11y_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_animation_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_asset_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_camera_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_color_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_core_pipeline_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_ecs_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_gizmos_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_gltf_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_image_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_input_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_input_focus_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_light_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_math_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_mesh_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_pbr_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_picking_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_post_process_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_reflect_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_render_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_scene_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_sprite_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_sprite_render_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_text_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_time_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_transform_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_ui_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_ui_render_bms_bindings

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

bevy_mod_scripting_functions

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

ladfile

0.6.1 - 2025-11-06

Added

  • Lua definition file generation, ladfile re-work (#497)

lua_language_server_lad_backend

0.16.1 - 2025-11-06

Added

  • Lua definition file generation, ladfile re-work (#497)
  • Don't panic! (#216)
  • Improvements to BMS in multi-language context (#194)
  • complete plugin re-write

Changed

  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md
  • changed readme.md

Fixed

  • bump bevy to 0.15.1 (#241)
  • Added new version to readme.md (#164)
  • fix doctests
  • fix link and add changelog entry
  • fix tealr versions and add reccomended install command
  • fixed doctests
  • fixed examples
  • fixed examples
  • fix doctests
  • fixed doctests

Other

  • Bevy 0.15 Support (#141)
  • Migrate to bevy 0.14 (#127)
  • Fix Broken Example (#123)
  • Proxy derive macros, rustc plugin codegen, safety improvements (#67)
  • Add lua documentation link to readme.md (#107)
  • Update readme.md (#101)
  • Bump tealr & mlua versions (#96)
  • Add Bevy 0.11 support (#63)
  • Add fallback logo image pointing to github (#58)
  • Bevy 0.10 support (#47)
  • Fix typos in readme.md (#44)
  • Update readme.md
  • ignore test
  • change test
  • update readme and release files
  • Add Rhai Bevy API (#40)
  • Update to 0.9.1 (#38)
  • change CI and doctests
  • Fix broken example links
  • change readme.md
  • Change readme.md
  • make build sync with hot reloading teal
  • update link
  • update game_of_life and add video to readme
  • game of life example complete
  • Add prelude and some more cleanup
  • readme links fix
  • Merge branch 'main' of https://github.com/makspll/bevy_scripting into add_general_api
  • change readme and remove old benches
  • rename feature, small fixes, some env config
  • Merge branch 'main' of https://github.com/makspll/bevy_scripting into switch_to_mlua_tealr
  • change readme.md
  • Update readme.md
  • Update readme.md
  • Merge pull request add event recipient functionality #8 from makspll/add_event_recipients
  • add event recipient functionality
  • renamed crate to bevy_mod_scripting
  • Update readme.md
  • Update readme.md
  • Update readme.md
  • cleaned up readme.md
  • added logo to readme
  • typo
  • cleaned up readme.md examples
  • upgraded rlua callback arg type support
  • formatting
  • Merge branch 'main' of https://github.com/makspll/bevy_scripting into main
  • implemented builder trait for app and changed example
  • remove bs in docs
  • updated readme.md
  • added initial functionality

mdbook_lad_preprocessor

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)

ladfile_builder

0.6.1 - 2025-11-06

Added

  • Lua definition file generation, ladfile re-work (#497)
  • registered callbacks via register_callback, and bevy_mod_scripting_script crate. (#490)

bevy_mod_scripting

0.18.0 - 2026-01-06

Added

  • [breaking] Bevy 0.17 (#498)


This PR was generated with release-plz.

@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@github-actions github-actions bot changed the title chore: release chore: release v0.17.1 Nov 7, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-11-07T02-01-46Z branch 2 times, most recently from baf8741 to 3c29ca7 Compare November 7, 2025 19:37
@github-actions github-actions bot changed the title chore: release v0.17.1 chore: release v0.18.0 Jan 6, 2026
@github-actions github-actions bot force-pushed the release-plz-2025-11-07T02-01-46Z branch from 3c29ca7 to c0fa413 Compare January 6, 2026 20:54
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