Skip to content

Commit c433e18

Browse files
chore: release (#436)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a30d873 commit c433e18

File tree

8 files changed

+18
-6
lines changed

8 files changed

+18
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bevy = { workspace = true, default-features = true, features = ["std"] }
9898
clap = { version = "4.1", features = ["derive"] }
9999
rand = "0.9.1"
100100
criterion = { version = "0.5" }
101-
ladfile_builder = { path = "crates/ladfile_builder", version = "0.3.4" }
101+
ladfile_builder = { path = "crates/ladfile_builder", version = "0.4.0" }
102102
script_integration_test_harness = { workspace = true }
103103
test_utils = { workspace = true }
104104
libtest-mimic = "0.8"

crates/bevy_mod_scripting_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ itertools = "0.14"
3939
profiling = { workspace = true }
4040
bevy_mod_scripting_derive = { workspace = true }
4141
fixedbitset = "0.5"
42-
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.1.2" }
42+
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.2.0" }
4343
variadics_please = "1.1.0"
4444

4545
[dev-dependencies]

crates/bevy_mod_scripting_functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bevy_mod_scripting_core = { workspace = true }
3737
bevy_mod_scripting_derive = { workspace = true }
3838
bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.14.0" }
3939
bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.14.0" }
40-
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.1.2" }
40+
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.2.0" }
4141

4242
[lints]
4343
workspace = true

crates/bevy_system_reflection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.2.0](https://github.com/makspll/bevy_mod_scripting/compare/v0.1.2-bevy_system_reflection...v0.2.0-bevy_system_reflection) - 2025-08-13
11+
12+
### Added
13+
14+
- [**breaking**] Update to Bevy 0.16 ([#422](https://github.com/makspll/bevy_mod_scripting/pull/422))

crates/bevy_system_reflection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_system_reflection"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["Maksymilian Mozolewski <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/lad_backends/mdbook_lad_preprocessor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook_lad_preprocessor"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55
authors = ["Maksymilian Mozolewski <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/ladfile_builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0](https://github.com/makspll/bevy_mod_scripting/compare/v0.3.4-ladfile_builder...v0.4.0-ladfile_builder) - 2025-08-13
11+
12+
### Added
13+
14+
- [**breaking**] Update to Bevy 0.16 ([#422](https://github.com/makspll/bevy_mod_scripting/pull/422))
15+
1016
## [0.3.1](https://github.com/makspll/bevy_mod_scripting/compare/v0.3.0-ladfile_builder...v0.3.1-ladfile_builder) - 2025-03-29
1117

1218
### Added

crates/ladfile_builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ladfile_builder"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Maksymilian Mozolewski <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)