From 1a4d29ab0b641aa460515760251b363970123fea Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Mon, 10 Aug 2026 02:59:46 +0800 Subject: [PATCH] chore: release v0.1.10 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"