File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed 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.12] ( https://github.com/LeagueToolkit/league-toolkit/compare/league-toolkit-v0.2.11...league-toolkit-v0.2.12 ) - 2025-12-17
10+
11+ ### Other
12+
13+ - updated the following local packages: ltk_meta
14+
915## [ 0.1.3] ( https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.2...ltk_shader-v0.1.3 ) - 2025-12-12
1016
1117### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " league-toolkit"
3- version = " 0.2.11 "
3+ version = " 0.2.12 "
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.2.6" , path = " ../ltk_anim" , optional = true }
3737ltk_file = { version = " 0.2.6" , path = " ../ltk_file" , optional = true }
3838ltk_mesh = { version = " 0.2.6" , path = " ../ltk_mesh" , optional = true }
39- ltk_meta = { version = " 0.3.1 " , path = " ../ltk_meta" , optional = true }
39+ ltk_meta = { version = " 0.3.2 " , path = " ../ltk_meta" , optional = true }
4040ltk_primitives = { version = " 0.2.4" , path = " ../ltk_primitives" , optional = true }
4141ltk_texture = { version = " 0.4.1" , path = " ../ltk_texture" , optional = true }
4242ltk_wad = { version = " 0.2.7" , path = " ../ltk_wad" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_meta"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
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.1.2 "
3+ version = " 0.1.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.3.1 " , path = " ../ltk_meta" }
23+ ltk_meta = { version = " 0.3.2 " , path = " ../ltk_meta" }
2424ltk_hash = { version = " 0.2.4" , path = " ../ltk_hash" }
2525ltk_primitives = { version = " 0.2.4" , path = " ../ltk_primitives" }
2626
You can’t perform that action at this time.
0 commit comments