Skip to content

chore: release #355

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

Merged
merged 2 commits into from
Mar 16, 2025
Merged

chore: release #355

merged 2 commits into from
Mar 16, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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

🤖 New release

  • bevy_mod_scripting_derive: 0.9.11 -> 0.10.0
  • bevy_mod_scripting_core: 0.9.11 -> 0.10.0 (✓ API compatible changes)
  • bevy_mod_scripting_lua: 0.9.11 -> 0.10.0 (✓ API compatible changes)
  • bevy_mod_scripting_rhai: 0.9.11 -> 0.10.0 (✓ API compatible changes)
  • bevy_mod_scripting_functions: 0.9.11 -> 0.10.0 (✓ API compatible changes)
  • ladfile: 0.3.1 -> 0.4.0 (⚠ API breaking changes)
  • mdbook_lad_preprocessor: 0.1.3 -> 0.1.4 (✓ API compatible changes)
  • ladfile_builder: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • bevy_mod_scripting: 0.9.11 -> 0.10.0 (✓ 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 LadInstance.type_kind in /tmp/.tmpHaT0UL/bevy_mod_scripting/crates/ladfile/src/lib.rs:97

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_missing.ron

Failed in:
  enum ladfile::LadArgumentKind, previously in file /tmp/.tmpAHPNdG/ladfile/src/lib.rs:171

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field type_id of struct LadInstance, previously in file /tmp/.tmpAHPNdG/ladfile/src/lib.rs:97
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)

ladfile

0.4.0 - 2025-03-16

Added

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

mdbook_lad_preprocessor

0.1.4 - 2025-03-16

Added

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

ladfile_builder

0.2.6 - 2025-03-16

Added

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

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

Other

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


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-07T17-49-36Z branch 13 times, most recently from 93c254f to 5d0e5df Compare March 12, 2025 22:40
@github-actions github-actions bot force-pushed the release-plz-2025-03-07T17-49-36Z branch 5 times, most recently from 933b335 to 273b6ea Compare March 16, 2025 21:23
@github-actions github-actions bot force-pushed the release-plz-2025-03-07T17-49-36Z branch from 273b6ea to 296d638 Compare March 16, 2025 21:38
@makspll makspll merged commit dc504f8 into main Mar 16, 2025
4 checks passed
@makspll makspll deleted the release-plz-2025-03-07T17-49-36Z branch March 16, 2025 21:46
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