File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Entries are generated by Release-plz when release PRs are merged.
66
77## Unreleased
88
9+ ## [ 0.2.20] ( https://github.com/LeagueToolkit/league-toolkit/compare/league-toolkit-v0.2.19...league-toolkit-v0.2.20 ) - 2026-04-01
10+
11+ ### Other
12+
13+ - updated the following local packages: ltk_meta
14+
915## [ 0.1.10] ( https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.9...ltk_shader-v0.1.10 ) - 2026-03-28
1016
1117### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " league-toolkit"
3- version = " 0.2.19 "
3+ version = " 0.2.20 "
44edition = " 2021"
55
66description = " Toolkit library for serializing and editing various League of Legends formats"
@@ -36,7 +36,7 @@ hash = ["dep:ltk_hash"]
3636ltk_anim = { version = " 0.3.3" , path = " ../ltk_anim" , optional = true }
3737ltk_file = { version = " 0.2.9" , path = " ../ltk_file" , optional = true }
3838ltk_mesh = { version = " 0.4.2" , path = " ../ltk_mesh" , optional = true }
39- ltk_meta = { version = " 0.4.1 " , path = " ../ltk_meta" , optional = true }
39+ ltk_meta = { version = " 0.5.0 " , path = " ../ltk_meta" , optional = true }
4040ltk_primitives = { version = " 0.3.3" , path = " ../ltk_primitives" , optional = true }
4141ltk_texture = { version = " 0.5.0" , path = " ../ltk_texture" , optional = true }
4242ltk_wad = { version = " 0.2.14" , path = " ../ltk_wad" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_meta"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44edition = " 2021"
55description = " Metadata formats and utilities for League Toolkit"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_ritobin"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2021"
55description = " Ritobin text format parser and writer for League Toolkit"
66license = " MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ indexmap = { workspace = true }
2020glam = { workspace = true }
2121xxhash-rust = { workspace = true }
2222
23- ltk_meta = { version = " 0.4.1 " , path = " ../ltk_meta" }
23+ ltk_meta = { version = " 0.5.0 " , path = " ../ltk_meta" }
2424ltk_hash = { version = " 0.2.6" , path = " ../ltk_hash" }
2525ltk_primitives = { version = " 0.3.3" , path = " ../ltk_primitives" }
2626
You can’t perform that action at this time.
0 commit comments