From 4a1dca01e4b413efa000ac66f4e241824dcbe2fd Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Mon, 10 Aug 2026 03:00:07 +0800 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed05d2..a57f3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/SecurityRonin/forensic-vfs-mount/compare/forensic-vfs-mount-v0.1.2...forensic-vfs-mount-v0.1.3) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.1.2](https://github.com/SecurityRonin/forensic-vfs-mount/compare/forensic-vfs-mount-v0.1.1...forensic-vfs-mount-v0.1.2) - 2026-08-09 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 28017e4..bfb9701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "forensic-vfs-mount" -version = "0.1.2" +version = "0.1.3" dependencies = [ "forensic-vfs", ] diff --git a/Cargo.toml b/Cargo.toml index ddcd2da..f3a4a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-vfs-mount" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.85" description = "Generic FileSystem -> u64-inode / whole-file mount adapter: wraps any forensic-vfs Arc in the stable-inode, whole-file read surface a FUSE/Dokan handler wants"