diff --git a/CHANGELOG.md b/CHANGELOG.md index aabf317..6c6dd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ All notable changes to this project are documented here. The format is based on ## [Unreleased] +## [0.3.0](https://github.com/SecurityRonin/usb-forensic/compare/usb-forensic-v0.2.0...usb-forensic-v0.3.0) - 2026-08-04 + +### Added + +- *(shellbag)* GREEN — emit drive-letter + browsed-folder Claims + +### Fixed + +- *(deps)* take peripheral-core from the registry, not the sibling repo +- *(deps)* tighten mbr/gpt-partition floors to field-bearing versions (0.6.2/0.6.1) + +### Other + +- Merge pull request #23 from SecurityRonin/fix/docs-actions-pages-deploy + ## [0.2.0](https://github.com/SecurityRonin/usb-forensic/compare/usb-forensic-v0.1.0...usb-forensic-v0.2.0) - 2026-07-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8217bb5..385d807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1824,7 +1824,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "usb-forensic" -version = "0.2.0" +version = "0.3.0" dependencies = [ "disk-forensic", "evtx", diff --git a/Cargo.toml b/Cargo.toml index 683e48e..80ffeb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usb-forensic" -version = "0.2.0" +version = "0.3.0" edition = "2021" rust-version = "1.96.0" license = "Apache-2.0"