diff --git a/CHANGELOG.md b/CHANGELOG.md index e559e0d..d0aa97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.6](https://github.com/SecurityRonin/disk-forensic/compare/disk-forensic-v0.11.5...disk-forensic-v0.11.6) - 2026-08-08 + +### Fixed + +- commit the refreshed Cargo.lock +- satisfy the function-coverage gate, and lint the Linux-only test target +- *(supply-chain)* trust safe-read as ours +- *(vhd)* bound the BAT by the file before allocating; adopt canonical lints + +### Other + +- Merge main, taking its Cargo.lock and supply-chain records + ## [0.11.5](https://github.com/SecurityRonin/disk-forensic/compare/disk-forensic-v0.11.4...disk-forensic-v0.11.5) - 2026-08-06 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 67147bc..c3abfef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -410,7 +410,7 @@ dependencies = [ [[package]] name = "disk-forensic" -version = "0.11.5" +version = "0.11.6" dependencies = [ "ad1-core", "aff4", diff --git a/Cargo.toml b/Cargo.toml index 7997b36..1806c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "disk-forensic" -version = "0.11.5" +version = "0.11.6" edition = "2021" rust-version = "1.93" license = "Apache-2.0"