Skip to content

chore: release #402

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
Mar 30, 2025
Merged

chore: release #402

merged 1 commit into from
Mar 30, 2025

Conversation

github-actions[bot]
Copy link
Contributor

πŸ€– New release

  • bevy_mod_scripting_derive: 0.11.0 -> 0.11.1
  • bevy_system_reflection: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_core: 0.11.0 -> 0.11.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_lua: 0.11.0 -> 0.11.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_rhai: 0.11.0 -> 0.11.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_functions: 0.11.0 -> 0.11.1 (βœ“ API compatible changes)
  • ladfile_builder: 0.3.0 -> 0.3.1 (βœ“ API compatible changes)
  • bevy_mod_scripting: 0.11.0 -> 0.11.1 (βœ“ API compatible changes)
Changelog

bevy_mod_scripting_derive

0.11.0 - 2025-03-29

Added

  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

bevy_mod_scripting_core

0.11.0 - 2025-03-29

Added

  • optimize access map (#395)
  • optimize get and set functions, add MagicFunctions sub-registry (#397)
  • improve tracing spans, add profile_with_tracy feature flag (#394)
  • add profile_with_tracy feature which plays nicely with bevy's bevy/trace_tracy feature (#393)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)
  • add ScriptValue override for printing opaque values (#380)
  • ✨ Dynamic Script Components, register_new_component binding, remove_component no longer requires ReflectComponent data (#379)
  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Fixed

  • fix global type cache not containing generic types (#388)

Other

  • switch to hashbrown hashmap in the function registry (#399)
  • try play with hashing for access maps (#398)
  • allow check creation for bencher

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.11.0 - 2025-03-29

Added

  • optimize get and set functions, add MagicFunctions sub-registry (#397)
  • ✨ Dynamic Script Components, register_new_component binding, remove_component no longer requires ReflectComponent data (#379)
  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

ladfile_builder

0.3.1 - 2025-03-29

Added

  • bump bevy to 0.15.3 (#401)

bevy_mod_scripting

0.11.1 - 2025-03-29

Added

  • bump bevy to 0.15.3 (#401)


This PR was generated with release-plz.

@makspll makspll merged commit c3b50fb into main Mar 30, 2025
@makspll makspll deleted the release-plz-2025-03-29T23-50-06Z branch March 30, 2025 14:13
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