Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 3, 2025

🤖 New release

  • bevy_mod_scripting_derive: 0.12.0 -> 0.13.0
  • bevy_system_reflection: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • bevy_mod_scripting_core: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • bevy_mod_scripting_lua: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • bevy_mod_scripting_rhai: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • bevy_mod_scripting_functions: 0.12.0 -> 0.13.0 (✓ API compatible changes)
  • mdbook_lad_preprocessor: 0.1.7 -> 0.1.8 (✓ API compatible changes)
  • ladfile_builder: 0.3.2 -> 0.3.3 (✓ API compatible changes)
  • bevy_mod_scripting: 0.12.0 -> 0.13.0 (✓ API compatible changes)
Changelog

bevy_mod_scripting_derive

0.12.0 - 2025-04-07

Fixed

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

bevy_mod_scripting_core

0.13.0 - 2025-07-05

Added

  • Include Entity in ScriptCallbackResponseEvent (#425)
  • Add on_script_reloaded callback. (#421)
  • Warn on unknown language. (#418)

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-07

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-07

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.13.0 - 2025-07-05

Added

  • [breaking] Create 0.13.0.md and bump versions
  • Include Entity in ScriptCallbackResponseEvent (#425)
  • Add on_script_reloaded callback. (#421)
  • Warn on unknown language. (#418)

Other

  • Update 0.12.0.md
  • Update 0.12.0.md
  • Update CHANGELOG.md
  • Update 0.12.0.md
  • Create 0.12.0.md


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-07-03T21-46-58Z branch from 2893276 to 34dd275 Compare July 5, 2025 12:14
@makspll makspll changed the base branch from staging to main July 5, 2025 12:36
@makspll makspll merged commit 786a3e0 into main Jul 5, 2025
23 checks passed
@makspll makspll deleted the release-plz-2025-07-03T21-46-58Z branch July 5, 2025 12:36
Copy link
Contributor Author

github-actions bot commented Jul 5, 2025

🐰 Bencher Report

Branchrelease-plz-2025-07-03T21-46-58Z
Testbedlinux-gha

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
component/access Lua📈 view plot
⚠️ NO THRESHOLD
3,401.40 ns
component/access Rhai📈 view plot
⚠️ NO THRESHOLD
5,661.40 ns
component/get Lua📈 view plot
⚠️ NO THRESHOLD
2,067.30 ns
component/get Rhai📈 view plot
⚠️ NO THRESHOLD
4,378.90 ns
conversions/Mut::from📈 view plot
⚠️ NO THRESHOLD
80.35 ns
conversions/Ref::from📈 view plot
⚠️ NO THRESHOLD
81.49 ns
conversions/ScriptValue::List📈 view plot
⚠️ NO THRESHOLD
263.87 ns
conversions/ScriptValue::Map📈 view plot
⚠️ NO THRESHOLD
1,226.80 ns
conversions/ScriptValue::Reference::from_into📈 view plot
⚠️ NO THRESHOLD
26.05 ns
conversions/Val::from_into📈 view plot
⚠️ NO THRESHOLD
258.89 ns
function/call 4 args Lua📈 view plot
⚠️ NO THRESHOLD
1,626.10 ns
function/call 4 args Rhai📈 view plot
⚠️ NO THRESHOLD
1,389.50 ns
function/call Lua📈 view plot
⚠️ NO THRESHOLD
227.22 ns
function/call Rhai📈 view plot
⚠️ NO THRESHOLD
430.75 ns
loading/empty Lua📈 view plot
⚠️ NO THRESHOLD
53,343.00 ns
loading/empty Rhai📈 view plot
⚠️ NO THRESHOLD
644,840.00 ns
math/vec mat ops Lua📈 view plot
⚠️ NO THRESHOLD
6,719.20 ns
math/vec mat ops Rhai📈 view plot
⚠️ NO THRESHOLD
6,096.80 ns
query/10 entities Lua📈 view plot
⚠️ NO THRESHOLD
18,057.00 ns
query/10 entities Rhai📈 view plot
⚠️ NO THRESHOLD
19,453.00 ns
query/100 entities Lua📈 view plot
⚠️ NO THRESHOLD
37,569.00 ns
query/100 entities Rhai📈 view plot
⚠️ NO THRESHOLD
31,650.00 ns
query/1000 entities Lua📈 view plot
⚠️ NO THRESHOLD
247,440.00 ns
query/1000 entities Rhai📈 view plot
⚠️ NO THRESHOLD
152,090.00 ns
reflection/10 Lua📈 view plot
⚠️ NO THRESHOLD
5,460.90 ns
reflection/10 Rhai📈 view plot
⚠️ NO THRESHOLD
15,098.00 ns
reflection/100 Lua📈 view plot
⚠️ NO THRESHOLD
47,557.00 ns
reflection/100 Rhai📈 view plot
⚠️ NO THRESHOLD
696,520.00 ns
resource/access Lua📈 view plot
⚠️ NO THRESHOLD
3,102.70 ns
resource/access Rhai📈 view plot
⚠️ NO THRESHOLD
5,054.90 ns
resource/get Lua📈 view plot
⚠️ NO THRESHOLD
1,765.20 ns
resource/get Rhai📈 view plot
⚠️ NO THRESHOLD
3,788.70 ns
🐰 View full continuous benchmarking report in Bencher

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