Skip to content
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

chore: release #134

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 3, 2024

🤖 New release

  • bevy_mod_scripting_core: 0.6.0 -> 0.7.0 (⚠️ API breaking changes)
  • bevy_event_priority: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • bevy_script_api: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • bevy_mod_scripting_lua: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • bevy_mod_scripting_lua_derive: 0.6.0 -> 0.7.0
  • bevy_mod_scripting_common: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • bevy_mod_scripting_rhai: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • bevy_mod_scripting_rhai_derive: 0.6.0 -> 0.7.0
  • bevy_mod_scripting_rune: 0.6.0 -> 0.7.0 (✓ API compatible changes)
  • bevy_mod_scripting: 0.6.0 -> 0.6.1 (✓ API compatible changes)

⚠️ 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_add_synchronizer now takes 7 parameters instead of 6, in /tmp/.tmpEhwwAz/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/systems.rs:22
  bevy_mod_scripting_core::systems::script_hot_reload_handler now takes 8 parameters instead of 7, in /tmp/.tmpEhwwAz/bevy_mod_scripting/crates/bevy_mod_scripting_core/src/systems.rs:118
Changelog

bevy_mod_scripting_core

0.7.0 - 2024-11-03

Other

  • Send ScriptErrorEvent when load fails. (#125)
  • Migrate to bevy 0.14 (#127)
  • update metadata

bevy_event_priority

0.7.0 - 2024-11-03

Other

  • update metadata

bevy_script_api

0.7.0 - 2024-11-03

Other

  • Migrate to bevy 0.14 (#127)
  • Dynamic Queries (#118)
  • Make generated wrappers publically accessible (#114)
  • update metadata

bevy_mod_scripting_lua

0.7.0 - 2024-11-03

Other

  • Migrate to bevy 0.14 (#127)
  • update metadata

bevy_mod_scripting_lua_derive

0.7.0 - 2024-11-03

Other

  • Migrate to bevy 0.14 (#127)
  • Fix cross-platform CI.yml (#111)
  • update metadata

bevy_mod_scripting_common

0.7.0 - 2024-11-03

Other

  • Migrate to bevy 0.14 (#127)
  • update metadata

bevy_mod_scripting_rhai

0.7.0 - 2024-11-03

Other

  • Migrate to bevy 0.14 (#127)
  • update metadata

bevy_mod_scripting_rhai_derive

0.7.0 - 2024-11-03

Other

  • update metadata

bevy_mod_scripting_rune

0.7.0 - 2024-11-03

Other

  • Migrate to bevy 0.14 (#127)
  • update metadata

bevy_mod_scripting

0.6.1 - 2024-11-03

Other

  • Add dynamic query examples (#120)
  • Migrate to bevy 0.14 (#127)
  • Fix Broken Example (#123)
  • Fix cross-platform CI.yml (#111)
  • update metadata


This PR was generated with release-plz.

@makspll makspll closed this Nov 3, 2024
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