Skip to content

chore: release #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

🤖 New release

  • bevy_mod_scripting_derive: 0.10.0 -> 0.10.1
  • bevy_mod_scripting_core: 0.10.0 -> 0.10.1
  • bevy_mod_scripting_lua: 0.10.0 -> 0.10.1
  • bevy_mod_scripting_rhai: 0.10.0 -> 0.10.1
  • bevy_mod_scripting_functions: 0.10.0 -> 0.10.1
  • bevy_mod_scripting: 0.10.0 -> 0.10.1 (✓ API compatible changes)
  • ladfile_builder: 0.2.6 -> 0.2.7
Changelog

bevy_mod_scripting_derive

0.10.0 - 2025-03-16

Added

  • [breaking] re-design GetTypeDependencies trait & add GetTypeDependencies derive macro (#369)

bevy_mod_scripting_core

0.10.0 - 2025-03-16

Added

  • (ladfile) improve globals in LAD format (#372)
  • add global types cache making get_type_by_name redundant (#370)
  • [breaking] re-design GetTypeDependencies trait & add GetTypeDependencies derive macro (#369)
  • shorten import paths (#367)
  • Add missing luau extension, improve extension configuration options (#366)
  • allow lua scripts to insert ScriptComponent's (#359)
  • ✨ Parallelizable Script Systems with Res and Query parameters & Schedule debugging utilities (#361)

Fixed

  • supported extensions not including default extensions [SKIP_CHANGELOG] (#373)
  • unit enum variants other than Option::None being converted into ScriptValue::Unit (#360)

Other

  • [breaking] Merge ScriptContexts<T> into Scripts<T> + Remove Sync bound from Contexts (#350)

bevy_mod_scripting_lua

0.10.0 - 2025-03-16

Added

  • Add missing luau extension, improve extension configuration options (#366)

Fixed

  • [breaking] script contexts being completely overwritten on a re-load (#345)

Other

  • [breaking] Merge ScriptContexts<T> into Scripts<T> + Remove Sync bound from Contexts (#350)

bevy_mod_scripting_rhai

0.10.0 - 2025-03-16

Added

  • Add missing luau extension, improve extension configuration options (#366)
  • ✨ Parallelizable Script Systems with Res and Query parameters & Schedule debugging utilities (#361)

Fixed

Other

  • [breaking] Merge ScriptContexts<T> into Scripts<T> + Remove Sync bound from Contexts (#350)

bevy_mod_scripting_functions

0.10.0 - 2025-03-16

Added

  • add global types cache making get_type_by_name redundant (#370)
  • ✨ Parallelizable Script Systems with Res and Query parameters & Schedule debugging utilities (#361)

bevy_mod_scripting

0.10.0 - 2025-03-16

Added

  • add global types cache making get_type_by_name redundant (#370)
  • ✨ Parallelizable Script Systems with Res and Query parameters & Schedule debugging utilities (#361)
  • Add missing luau extension, improve extension configuration options (#366)
  • (ladfile) improve globals in LAD format (#372)
  • [breaking] re-design GetTypeDependencies trait & add GetTypeDependencies derive macro (#369)
  • shorten import paths (#367)
  • allow lua scripts to insert ScriptComponent's (#359)

Fixed

  • [breaking] script contexts being completely overwritten on a re-load (#345)
  • unit enum variants other than Option::None being converted into ScriptValue::Unit (#360)

Other

  • [breaking] Merge ScriptContexts<T> into Scripts<T> + Remove Sync bound from Contexts (#350)

ladfile_builder

0.2.6 - 2025-03-16

Added

  • (ladfile) improve globals in LAD format (#372)


This PR was generated with release-plz.

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