diff --git a/Cargo.lock b/Cargo.lock index a24b48b..02577a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "wadtools" -version = "0.5.6" +version = "0.5.7" dependencies = [ "camino", "clap", diff --git a/crates/wadtools/CHANGELOG.md b/crates/wadtools/CHANGELOG.md index 5551094..6aa0fe6 100644 --- a/crates/wadtools/CHANGELOG.md +++ b/crates/wadtools/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.7](https://github.com/LeagueToolkit/wadtools/compare/v0.5.6...v0.5.7) - 2026-07-13 + +### Added + +- add paths command +- add project icon +- implement mimir hashtables +- windows explorer integration +- bin scan extract + ### Changed - Hash → path resolution now uses the [mimir](https://github.com/LeagueToolkit/mimir) shared diff --git a/crates/wadtools/Cargo.toml b/crates/wadtools/Cargo.toml index 874ae74..3921c7e 100644 --- a/crates/wadtools/Cargo.toml +++ b/crates/wadtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wadtools" -version = "0.5.6" +version = "0.5.7" edition = "2021" [dependencies]