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
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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.11.1](https://github.com/SecurityRonin/disk-forensic/compare/disk-forensic-v0.11.0...disk-forensic-v0.11.1) - 2026-07-25

### Added

- *(container)* peel compression-wrapped images via archive-core (Phase D)

### Documentation

- reverse-write PRD + ADRs; mkdocs excludes governance docs (fleet standard)
- correct disk-forensic↔forensic-vfs boundary to current state
- reconcile disk-forensic umbrella/audit artifacts to the *Open model; retire the superseded umbrella copy
- consolidate shared VFS architecture into forensic-vfs; slim disk-forensic docs to its own role + fix format-list gaps
- *(architecture)* engine is a separate published repo, not 'being relocated'
- *(architecture)* dedupe VFS design — slim to consumer view, point to forensic-vfs
- *(design)* replace misaligned ASCII diagram with Mermaid (renders inline)

### Fixed

- *(vet)* declare own crates first-party so version bumps don't break supply-chain audit
- *(ci)* green the four failing jobs (advisories, docs, windows test, coverage)
- *(ci)* depend on published archive-core registry crate, not sibling path

### Other

- *(deps)* archive-core detour->archive-layer rename (peel_archive/Peel)
- *(container)* relocate try_peel onto archive_core::peel_detour
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.0"
version = "0.11.1"
edition = "2021"
rust-version = "1.96"
license = "Apache-2.0"
Expand Down
Loading