diff --git a/CHANGELOG.md b/CHANGELOG.md index e55a2d5..53769c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/SecurityRonin/4n6mount/compare/forensic-mount-v0.6.2...forensic-mount-v0.6.3) - 2026-08-17 + +### Fixed + +- *(security)* take memf-windows 0.5 to reach the patched yara-x and wasmtime ([#23](https://github.com/SecurityRonin/4n6mount/pull/23)) +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.6.2](https://github.com/SecurityRonin/4n6mount/compare/forensic-mount-v0.6.1...forensic-mount-v0.6.2) - 2026-08-06 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 8223a4f..2b0a6f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,7 +1506,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forensic-mount" -version = "0.6.2" +version = "0.6.3" dependencies = [ "archive-core", "clap", diff --git a/Cargo.toml b/Cargo.toml index cd3f04d..888116b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-mount" -version = "0.6.2" +version = "0.6.3" edition = "2021" rust-version = "1.93" # Required by cargo-deb (it errors without a copyright or authors property).