diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a9455..1786a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10](https://github.com/SecurityRonin/forensic-vfs-engine/compare/forensic-vfs-engine-v0.1.9...forensic-vfs-engine-v0.1.10) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored +- *(deps)* widen state-history-forensic to 0.2 + ## [0.1.9](https://github.com/SecurityRonin/forensic-vfs-engine/compare/forensic-vfs-engine-v0.1.8...forensic-vfs-engine-v0.1.9) - 2026-08-06 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index ba9629a..e7a5f95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -792,7 +792,7 @@ dependencies = [ [[package]] name = "forensic-vfs-engine" -version = "0.1.9" +version = "0.1.10" dependencies = [ "ad1-core", "aff4", diff --git a/Cargo.toml b/Cargo.toml index eb946e7..3b4624c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-vfs-engine" -version = "0.1.9" +version = "0.1.10" edition = "2021" rust-version = "1.93" license = "Apache-2.0"