Skip to content

Commit 1571d4c

Browse files
authored
Merge pull request #103 from LeagueToolkit/release-plz-2026-02-08T17-46-16Z
chore: release
2 parents ef60af9 + da548bd commit 1571d4c

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Entries are generated by Release-plz when release PRs are merged.
66

77
## Unreleased
88

9+
## [0.1.9](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.8...ltk_shader-v0.1.9) - 2026-02-18
10+
11+
### Other
12+
13+
- updated the following local packages: ltk_wad
14+
15+
## [0.2.18](https://github.com/LeagueToolkit/league-toolkit/compare/league-toolkit-v0.2.17...league-toolkit-v0.2.18) - 2026-02-18
16+
17+
### Other
18+
19+
- updated the following local packages: ltk_meta, ltk_wad
20+
921
## [0.1.8](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.7...ltk_shader-v0.1.8) - 2026-02-08
1022

1123
### Other

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.17"
3+
version = "0.2.18"
44
edition = "2021"
55

66
description = "Toolkit library for serializing and editing various League of Legends formats"
@@ -36,8 +36,8 @@ hash = ["dep:ltk_hash"]
3636
ltk_anim = { version = "0.3.2", path = "../ltk_anim", optional = true }
3737
ltk_file = { version = "0.2.8", path = "../ltk_file", optional = true }
3838
ltk_mesh = { version = "0.4.1", path = "../ltk_mesh", optional = true }
39-
ltk_meta = { version = "0.3.5", path = "../ltk_meta", optional = true }
39+
ltk_meta = { version = "0.4.0", path = "../ltk_meta", optional = true }
4040
ltk_primitives = { version = "0.3.2", path = "../ltk_primitives", optional = true }
4141
ltk_texture = { version = "0.4.4", path = "../ltk_texture", optional = true }
42-
ltk_wad = { version = "0.2.12", path = "../ltk_wad", optional = true }
42+
ltk_wad = { version = "0.2.13", path = "../ltk_wad", optional = true }
4343
ltk_hash = { version = "0.2.5", path = "../ltk_hash", optional = true }

crates/ltk_meta/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_meta"
3-
version = "0.3.5"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Metadata formats and utilities for League Toolkit"
66
license = "MIT OR Apache-2.0"

crates/ltk_ritobin/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_ritobin"
3-
version = "0.1.6"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Ritobin text format parser and writer for League Toolkit"
66
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ indexmap = { workspace = true }
2020
glam = { workspace = true }
2121
xxhash-rust = { workspace = true }
2222

23-
ltk_meta = { version = "0.3.5", path = "../ltk_meta" }
23+
ltk_meta = { version = "0.4.0", path = "../ltk_meta" }
2424
ltk_hash = { version = "0.2.5", path = "../ltk_hash" }
2525
ltk_primitives = { version = "0.3.2", path = "../ltk_primitives" }
2626

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.8"
3+
version = "0.1.9"
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.1", path = "../ltk_io_ext" }
11-
ltk_wad = { version = "0.2.12", path = "../ltk_wad" }
11+
ltk_wad = { version = "0.2.13", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ltk_wad"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
edition = "2021"
55
description = "WAD archive reading/writing for League Toolkit"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)