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"
77
77
bevy_console = " 0.13"
78
78
# rhai-rand = "0.1"
79
79
ansi-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 " }
81
81
82
82
[workspace ]
83
83
members = [
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 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
11
17
12
18
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mdbook_lad_preprocessor"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
authors = [
" Maksymilian Mozolewski <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ readme = "readme.md"
15
15
[dependencies ]
16
16
clap = " 4"
17
17
mdbook = " 0.4"
18
- ladfile = { path = " ../../ladfile" , version = " 0.3.0 " }
18
+ ladfile = { path = " ../../ladfile" , version = " 0.3.1 " }
19
19
env_logger = " 0.11"
20
20
log = " 0.4"
21
21
serde_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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 0.3.0] ( https://github.com/makspll/bevy_mod_scripting/compare/v0.2.0-ladfile...v0.3.0-ladfile ) - 2025-02-23
11
17
12
18
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ladfile"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
authors = [
" Maksymilian Mozolewski <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ladfile_builder"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
edition = " 2021"
5
5
authors = [
" Maksymilian Mozolewski <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
@@ -17,7 +17,7 @@ bevy_mod_scripting_core = { workspace = true }
17
17
# I don't think bevy has a top level feature for this :C
18
18
bevy = { workspace = true }
19
19
bevy_reflect = { version = " 0.15.2" , features = [" documentation" ] }
20
- ladfile = { version = " 0.3.0 " , path = " ../ladfile" }
20
+ ladfile = { version = " 0.3.1 " , path = " ../ladfile" }
21
21
regex = " 1.11"
22
22
23
23
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments