File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_mapgeo"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55description = " Map Geometry (.mapgeo) parsing for League Toolkit"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_ritobin"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2021"
55description = " Ritobin text format parser and writer for League Toolkit"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments