Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.6](https://github.com/SecurityRonin/disk-forensic/compare/disk-forensic-v0.11.5...disk-forensic-v0.11.6) - 2026-08-08

### Fixed

- commit the refreshed Cargo.lock
- satisfy the function-coverage gate, and lint the Linux-only test target
- *(supply-chain)* trust safe-read as ours
- *(vhd)* bound the BAT by the file before allocating; adopt canonical lints

### Other

- Merge main, taking its Cargo.lock and supply-chain records

## [0.11.5](https://github.com/SecurityRonin/disk-forensic/compare/disk-forensic-v0.11.4...disk-forensic-v0.11.5) - 2026-08-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "disk-forensic"
version = "0.11.5"
version = "0.11.6"
edition = "2021"
rust-version = "1.93"
license = "Apache-2.0"
Expand Down
Loading