makspll / bevy_mod_scripting

Bevy Scripting Plugin
Apache License 2.0
411 stars 31 forks source link

chore: release v0.7.0 #135

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

πŸ€– New release

⚠️ bevy_mod_scripting_core breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function 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.36.0/src/lints/function_parameter_count_changed.ron

Failed in:
  bevy_mod_scripting_core::systems::script_hot_reload_handler now takes 8 parameters instead of 7, in /tmp/.tmpw1XD7W/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/systems.rs:118
  bevy_mod_scripting_core::systems::script_add_synchronizer now takes 7 parameters instead of 6, in /tmp/.tmpw1XD7W/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/systems.rs:22
Changelog

## `bevy_mod_scripting_core`

## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_core-v0.6.0...bevy_mod_scripting_core-v0.7.0) - 2024-11-03 ### Other - Send ScriptErrorEvent when load fails. ([#125](https://github.com/makspll/bevy_mod_scripting/pull/125)) - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - update metadata
## `bevy_event_priority`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_event_priority-v0.6.0...bevy_event_priority-v0.7.0) - 2024-11-03 ### Other - update metadata
## `bevy_script_api`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_script_api-v0.6.0...bevy_script_api-v0.7.0) - 2024-11-03 ### Other - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - Dynamic Queries ([#118](https://github.com/makspll/bevy_mod_scripting/pull/118)) - Make generated wrappers publically accessible ([#114](https://github.com/makspll/bevy_mod_scripting/pull/114)) - update metadata
## `bevy_mod_scripting_lua`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_lua-v0.6.0...bevy_mod_scripting_lua-v0.7.0) - 2024-11-03 ### Other - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - update metadata
## `bevy_mod_scripting_lua_derive`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_lua_derive-v0.6.0...bevy_mod_scripting_lua_derive-v0.7.0) - 2024-11-03 ### Other - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - Fix cross-platform CI.yml ([#111](https://github.com/makspll/bevy_mod_scripting/pull/111)) - update metadata
## `bevy_mod_scripting_common`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_common-v0.6.0...bevy_mod_scripting_common-v0.7.0) - 2024-11-03 ### Other - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - update metadata
## `bevy_mod_scripting_rhai`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_rhai-v0.6.0...bevy_mod_scripting_rhai-v0.7.0) - 2024-11-03 ### Other - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - update metadata
## `bevy_mod_scripting_rhai_derive`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_rhai_derive-v0.6.0...bevy_mod_scripting_rhai_derive-v0.7.0) - 2024-11-03 ### Other - update metadata
## `bevy_mod_scripting_rune`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting_rune-v0.6.0...bevy_mod_scripting_rune-v0.7.0) - 2024-11-03 ### Other - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - update metadata
## `bevy_mod_scripting`
## [0.7.0](https://github.com/makspll/bevy_mod_scripting/compare/bevy_mod_scripting-v0.6.0...bevy_mod_scripting-v0.7.0) - 2024-11-03 ### Other - Add dynamic query examples ([#120](https://github.com/makspll/bevy_mod_scripting/pull/120)) - Migrate to bevy 0.14 ([#127](https://github.com/makspll/bevy_mod_scripting/pull/127)) - Fix Broken Example ([#123](https://github.com/makspll/bevy_mod_scripting/pull/123)) - Fix cross-platform CI.yml ([#111](https://github.com/makspll/bevy_mod_scripting/pull/111)) - update metadata


This PR was generated with release-plz.

makspll commented 2 weeks ago

Fixes #132