diff --git a/Cargo.lock b/Cargo.lock index c87b37f..bb60066 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "ltk_overlay" -version = "0.5.1" +version = "0.5.2" dependencies = [ "byteorder", "camino", diff --git a/crates/ltk_overlay/CHANGELOG.md b/crates/ltk_overlay/CHANGELOG.md index 9007a55..9cc974e 100644 --- a/crates/ltk_overlay/CHANGELOG.md +++ b/crates/ltk_overlay/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.2](https://github.com/LeagueToolkit/league-mod/compare/ltk_overlay-v0.5.1...ltk_overlay-v0.5.2) - 2026-07-06 + +### Fixed + +- *(ltk_overlay)* cross-wad chunk distribution +- *(ltk_overlay)* cross-wad lazy override filtering + ## [0.5.1](https://github.com/LeagueToolkit/league-mod/compare/ltk_overlay-v0.5.0...ltk_overlay-v0.5.1) - 2026-07-06 ### Added diff --git a/crates/ltk_overlay/Cargo.toml b/crates/ltk_overlay/Cargo.toml index a3dead2..c58d340 100644 --- a/crates/ltk_overlay/Cargo.toml +++ b/crates/ltk_overlay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ltk_overlay" -version = "0.5.1" +version = "0.5.2" edition = "2024" license = "MIT OR Apache-2.0" description = "WAD overlay/profile builder for League of Legends mods"