Skip to content

Commit eb92869

Browse files
authored
Merge pull request #78 from LeagueToolkit/release-plz-2025-12-17T11-09-17Z
chore: release
2 parents 4168c20 + f778ca1 commit eb92869

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

crates/league-toolkit/Cargo.toml

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

66
description = "Toolkit library for serializing and editing various League of Legends formats"
@@ -36,7 +36,7 @@ hash = ["dep:ltk_hash"]
3636
ltk_anim = { version = "0.2.6", path = "../ltk_anim", optional = true }
3737
ltk_file = { version = "0.2.6", path = "../ltk_file", optional = true }
3838
ltk_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 }
4040
ltk_primitives = { version = "0.2.4", path = "../ltk_primitives", optional = true }
4141
ltk_texture = { version = "0.4.1", path = "../ltk_texture", optional = true }
4242
ltk_wad = { version = "0.2.7", path = "../ltk_wad", 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.1"
3+
version = "0.3.2"
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.2"
3+
version = "0.1.3"
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.1", path = "../ltk_meta" }
23+
ltk_meta = { version = "0.3.2", path = "../ltk_meta" }
2424
ltk_hash = { version = "0.2.4", path = "../ltk_hash" }
2525
ltk_primitives = { version = "0.2.4", path = "../ltk_primitives" }
2626

0 commit comments

Comments
 (0)