diff --git a/CHANGELOG.md b/CHANGELOG.md index f872d4c..362bb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.7](https://github.com/SecurityRonin/hfsplus-forensic/compare/hfsplus-forensic-v0.2.6...hfsplus-forensic-v0.2.7) - 2026-08-05 + +### Documentation + +- *(terms)* state Apache-2.0, the licence this repo actually ships + +### Fixed + +- *(supply-chain)* trust our own crates instead of exempting them + ## [0.2.6](https://github.com/SecurityRonin/hfsplus-forensic/compare/hfsplus-forensic-v0.2.5...hfsplus-forensic-v0.2.6) - 2026-07-24 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 4e6d2be..7a1e6c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "hfsplus-forensic" -version = "0.2.6" +version = "0.2.7" dependencies = [ "flate2", "forensic-vfs", diff --git a/Cargo.toml b/Cargo.toml index d44cbef..c5f7295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hfsplus-forensic" -version = "0.2.6" +version = "0.2.7" edition = "2021" rust-version = "1.85" license = "Apache-2.0"