File tree Expand file tree Collapse file tree 5 files changed +26
-8
lines changed
Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ Entries are generated by Release-plz when release PRs are merged.
66
77## Unreleased
88
9+ ## [ 0.1.6] ( https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.5...ltk_shader-v0.1.6 ) - 2026-01-14
10+
11+ ### Other
12+
13+ - updated the following local packages: ltk_wad
14+
15+ ## [ 0.2.15] ( https://github.com/LeagueToolkit/league-toolkit/compare/league-toolkit-v0.2.14...league-toolkit-v0.2.15 ) - 2026-01-14
16+
17+ ### Other
18+
19+ - updated the following local packages: ltk_file, ltk_wad
20+
21+ ## [ 0.2.10] ( https://github.com/LeagueToolkit/league-toolkit/compare/ltk_wad-v0.2.9...ltk_wad-v0.2.10 ) - 2026-01-14
22+
23+ ### Other
24+
25+ - updated the following local packages: ltk_file
26+
927## [ 0.1.0] ( https://github.com/LeagueToolkit/league-toolkit/releases/tag/ltk_mapgeo-v0.1.0 ) - 2025-12-27
1028
1129### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " league-toolkit"
3- version = " 0.2.14 "
3+ version = " 0.2.15 "
44edition = " 2021"
55
66description = " Toolkit library for serializing and editing various League of Legends formats"
@@ -34,10 +34,10 @@ hash = ["dep:ltk_hash"]
3434
3535[dependencies ]
3636ltk_anim = { version = " 0.3.1" , path = " ../ltk_anim" , optional = true }
37- ltk_file = { version = " 0.2.7 " , path = " ../ltk_file" , optional = true }
37+ ltk_file = { version = " 0.2.8 " , path = " ../ltk_file" , optional = true }
3838ltk_mesh = { version = " 0.4.0" , path = " ../ltk_mesh" , optional = true }
3939ltk_meta = { version = " 0.3.4" , path = " ../ltk_meta" , optional = true }
4040ltk_primitives = { version = " 0.3.1" , path = " ../ltk_primitives" , optional = true }
4141ltk_texture = { version = " 0.4.3" , path = " ../ltk_texture" , optional = true }
42- ltk_wad = { version = " 0.2.9 " , path = " ../ltk_wad" , optional = true }
42+ ltk_wad = { version = " 0.2.10 " , path = " ../ltk_wad" , optional = true }
4343ltk_hash = { version = " 0.2.5" , path = " ../ltk_hash" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_file"
3- version = " 0.2.7 "
3+ version = " 0.2.8 "
44edition = " 2021"
55description = " Core IO and file abstractions for League Toolkit"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_shader"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44edition = " 2021"
55description = " Shader loading and parsing for League Toolkit"
66license = " MIT OR Apache-2.0"
77readme = " ../../README.md"
88
99[dependencies ]
1010ltk_io_ext = { version = " 0.4.0" , path = " ../ltk_io_ext" }
11- ltk_wad = { version = " 0.2.9 " , path = " ../ltk_wad" }
11+ ltk_wad = { version = " 0.2.10 " , path = " ../ltk_wad" }
1212ltk_hash = { version = " 0.2.5" , path = " ../ltk_hash" }
1313byteorder = { workspace = true }
1414thiserror = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_wad"
3- version = " 0.2.9 "
3+ version = " 0.2.10 "
44edition = " 2021"
55description = " WAD archive reading/writing for League Toolkit"
66license = " MIT OR Apache-2.0"
@@ -32,7 +32,7 @@ flate2 = { workspace = true }
3232serde = { workspace = true , optional = true }
3333
3434ltk_io_ext = { version = " 0.4.0" , path = " ../ltk_io_ext" }
35- ltk_file = { version = " 0.2.7 " , path = " ../ltk_file" }
35+ ltk_file = { version = " 0.2.8 " , path = " ../ltk_file" }
3636
3737regex = { version = " 1" , optional = true }
3838camino = { workspace = true }
You can’t perform that action at this time.
0 commit comments