Skip to content

chore: release #376

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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 16, 2025

πŸ€– New release

  • bevy_mod_scripting_derive: 0.10.0 -> 0.10.1
  • bevy_mod_scripting_core: 0.10.0 -> 0.10.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_lua: 0.10.0 -> 0.10.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_rhai: 0.10.0 -> 0.10.1 (βœ“ API compatible changes)
  • bevy_mod_scripting_functions: 0.10.0 -> 0.10.1 (βœ“ API compatible changes)
  • ladfile: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • mdbook_lad_preprocessor: 0.1.4 -> 0.1.5 (βœ“ API compatible changes)
  • ladfile_builder: 0.2.6 -> 0.3.0 (⚠ API breaking changes)
  • bevy_mod_scripting: 0.10.0 -> 0.10.1 (βœ“ API compatible changes)

⚠ ladfile breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field LadType.generated in /tmp/.tmpafXhBL/bevy_mod_scripting/crates/ladfile/src/lib.rs:458
  field LadType.insignificance in /tmp/.tmpafXhBL/bevy_mod_scripting/crates/ladfile/src/lib.rs:465

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method 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.40.0/src/lints/method_parameter_count_changed.ron

Failed in:
  ladfile::LadFile::get_type_identifier now takes 3 parameters instead of 2, in /tmp/.tmpafXhBL/bevy_mod_scripting/crates/ladfile/src/lib.rs:55

⚠ ladfile_builder breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field LadFileSettings.exclude_types_containing_unregistered in /tmp/.tmpafXhBL/bevy_mod_scripting/crates/ladfile_builder/src/plugin.rs:42

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method 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.40.0/src/lints/method_parameter_count_changed.ron

Failed in:
  ladfile_builder::plugin::ScriptingDocgenPlugin::new now takes 4 parameters instead of 3, in /tmp/.tmpafXhBL/bevy_mod_scripting/crates/ladfile_builder/src/plugin.rs:61
Changelog

bevy_mod_scripting_derive

0.10.1 - 2025-03-22

Added

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

bevy_mod_scripting_core

0.10.1 - 2025-03-22

Added

  • 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)

bevy_mod_scripting_lua

0.10.1 - 2025-03-22

Added

  • 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.10.1 - 2025-03-22

Added

  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)

bevy_mod_scripting_functions

0.10.1 - 2025-03-22

Added

  • ✨ 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

0.5.0 - 2025-03-22

Added

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

mdbook_lad_preprocessor

0.1.5 - 2025-03-22

Added

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

ladfile_builder

0.3.0 - 2025-03-22

Added

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

bevy_mod_scripting

0.10.1 - 2025-03-22

Added

  • 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)
  • add ScriptValue override for printing opaque values (#380)
  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-16T22-27-37Z branch 4 times, most recently from 599982c to 5dc8f52 Compare March 21, 2025 09:10
@github-actions github-actions bot force-pushed the release-plz-2025-03-16T22-27-37Z branch from 5dc8f52 to d1c3ec2 Compare March 22, 2025 15:36
@github-actions github-actions bot closed this Mar 22, 2025
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