diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..a9ce39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/SecurityRonin/forensic-vfs-mount/compare/forensic-vfs-mount-v0.1.0...forensic-vfs-mount-v0.1.1) - 2026-08-05 + +### Fixed + +- *(supply-chain)* trust our own crates instead of exempting them +# Changelog diff --git a/Cargo.lock b/Cargo.lock index 7571cee..2fa7b93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "forensic-vfs-mount" -version = "0.1.0" +version = "0.1.1" dependencies = [ "forensic-vfs", ] diff --git a/Cargo.toml b/Cargo.toml index 752c4b6..2850a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-vfs-mount" -version = "0.1.0" +version = "0.1.1" 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"