diff --git a/CHANGELOG.md b/CHANGELOG.md index ab499b1..e55a2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/SecurityRonin/4n6mount/compare/forensic-mount-v0.6.1...forensic-mount-v0.6.2) - 2026-08-06 + +### Fixed + +- repair the dead fuzz target and six broken doc links adoption exposed +- *(supply-chain)* vet records for the crates the lru fix resolved + ## [0.6.1](https://github.com/SecurityRonin/4n6mount/compare/forensic-mount-v0.6.0...forensic-mount-v0.6.1) - 2026-08-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 132f3d2..aeb980f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1473,7 +1473,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forensic-mount" -version = "0.6.1" +version = "0.6.2" dependencies = [ "archive-core", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9cf536f..2c99276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-mount" -version = "0.6.1" +version = "0.6.2" edition = "2021" rust-version = "1.93" # Required by cargo-deb (it errors without a copyright or authors property).