Skip to content

Commit bbb0f4d

Browse files
authored
Merge pull request #96 from LeagueToolkit/release-plz-2026-01-14T14-08-04Z
chore: release
2 parents eba5a3b + 80882d0 commit bbb0f4d

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/league-toolkit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "league-toolkit"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
edition = "2021"
55

66
description = "Toolkit library for serializing and editing various League of Legends formats"
@@ -34,10 +34,10 @@ hash = ["dep:ltk_hash"]
3434

3535
[dependencies]
3636
ltk_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 }
3838
ltk_mesh = { version = "0.4.0", path = "../ltk_mesh", optional = true }
3939
ltk_meta = { version = "0.3.4", path = "../ltk_meta", optional = true }
4040
ltk_primitives = { version = "0.3.1", path = "../ltk_primitives", optional = true }
4141
ltk_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 }
4343
ltk_hash = { version = "0.2.5", path = "../ltk_hash", optional = true }

crates/ltk_file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ltk_file"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
edition = "2021"
55
description = "Core IO and file abstractions for League Toolkit"
66
license = "MIT OR Apache-2.0"

crates/ltk_shader/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "ltk_shader"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "Shader loading and parsing for League Toolkit"
66
license = "MIT OR Apache-2.0"
77
readme = "../../README.md"
88

99
[dependencies]
1010
ltk_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" }
1212
ltk_hash = { version = "0.2.5", path = "../ltk_hash" }
1313
byteorder = { workspace = true }
1414
thiserror = { workspace = true }

crates/ltk_wad/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ltk_wad"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = "2021"
55
description = "WAD archive reading/writing for League Toolkit"
66
license = "MIT OR Apache-2.0"
@@ -32,7 +32,7 @@ flate2 = { workspace = true }
3232
serde = { workspace = true, optional = true }
3333

3434
ltk_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

3737
regex = { version = "1", optional = true }
3838
camino = { workspace = true }

0 commit comments

Comments
 (0)