From 5208e54af85d6354c59859668754fa1f2ee5c3e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:54:04 +0000 Subject: [PATCH] chore: release v0.5.7 --- Cargo.lock | 2 +- crates/wadtools/CHANGELOG.md | 10 ++++++++++ crates/wadtools/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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]