File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
lad_backends/mdbook_lad_preprocessor Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ rand = "0.8.5"
7777bevy_console = " 0.13"
7878# rhai-rand = "0.1"
7979ansi-parser = " 0.9"
80- ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.2.1 " }
80+ ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.2.2 " }
8181
8282[workspace ]
8383members = [
Original file line number Diff line number Diff 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.1.2] ( https://github.com/shanecelis/bevy_mod_scripting/compare/mdbook_lad_preprocessor-v0.1.1...mdbook_lad_preprocessor-v0.1.2 ) - 2025-02-24
11+
12+ ### Added
13+
14+ - * (mdbook)* improve mdbook generics behaviour and fix broken links (#319 )
15+
1016## [ 0.1.1] ( https://github.com/makspll/bevy_mod_scripting/compare/mdbook_lad_preprocessor-v0.1.0...mdbook_lad_preprocessor-v0.1.1 ) - 2025-02-23
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " mdbook_lad_preprocessor"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
66license = " MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ readme = "readme.md"
1515[dependencies ]
1616clap = " 4"
1717mdbook = " 0.4"
18- ladfile = { path = " ../../ladfile" , version = " 0.3.0 " }
18+ ladfile = { path = " ../../ladfile" , version = " 0.3.1 " }
1919env_logger = " 0.11"
2020log = " 0.4"
2121serde_json = " 1.0"
Original file line number Diff line number Diff 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.3.1] ( https://github.com/shanecelis/bevy_mod_scripting/compare/v0.3.0-ladfile...v0.3.1-ladfile ) - 2025-02-24
11+
12+ ### Added
13+
14+ - * (mdbook)* improve mdbook generics behaviour and fix broken links (#319 )
15+
1016## [ 0.3.0] ( https://github.com/makspll/bevy_mod_scripting/compare/v0.2.0-ladfile...v0.3.0-ladfile ) - 2025-02-23
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " ladfile"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " ladfile_builder"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44edition = " 2021"
55authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
66license = " MIT OR Apache-2.0"
@@ -17,7 +17,7 @@ bevy_mod_scripting_core = { workspace = true }
1717# I don't think bevy has a top level feature for this :C
1818bevy = { workspace = true }
1919bevy_reflect = { version = " 0.15.2" , features = [" documentation" ] }
20- ladfile = { version = " 0.3.0 " , path = " ../ladfile" }
20+ ladfile = { version = " 0.3.1 " , path = " ../ladfile" }
2121regex = " 1.11"
2222
2323[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments