Skip to content

Commit f496cf0

Browse files
authored
Merge pull request #106 from LeagueToolkit/release-plz-2026-02-18T17-26-11Z
chore: release
2 parents f679209 + 1ef7582 commit f496cf0

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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.2.1](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_ritobin-v0.2.0...ltk_ritobin-v0.2.1) - 2026-03-03
10+
11+
### Fixed
12+
13+
- *(ltk_ritobin)* transpose Mat4 for correct row-major text output
14+
15+
### Other
16+
17+
- rustfmt
18+
- *(ltk_ritobin)* add mtx44 round-trip test and inline comments
19+
20+
## [0.1.2](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_mapgeo-v0.1.1...ltk_mapgeo-v0.1.2) - 2026-03-03
21+
22+
### Added
23+
24+
- *(ltk_mapgeo)* add validation for bucket grid configuration
25+
- *(ltk_mapgeo)* bucketed geometry builder
26+
927
## [0.1.9](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.8...ltk_shader-v0.1.9) - 2026-02-18
1028

1129
### Other

crates/ltk_mapgeo/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_mapgeo"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Map Geometry (.mapgeo) parsing for League Toolkit"
66
license = "MIT OR Apache-2.0"

crates/ltk_ritobin/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_ritobin"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Ritobin text format parser and writer for League Toolkit"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)