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
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -27,7 +27,7 @@ readme = "README.md"
# members write `dep.workspace = true`. The inter-crate `zfs-core` version lives
# here too, so a bump touches one line instead of every member.
[workspace.dependencies]
zfs-forensic-core = { path = "core", version = "0.1.1" }
zfs-forensic-core = { path = "core", version = "0.1.2" }
forensicnomicon = "1"
thiserror = "2"
# P1 block I/O decode/verify stack (batteries-included β€” no default-features
Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/SecurityRonin/zfs-forensic/compare/zfs-forensic-core-v0.1.1...zfs-forensic-core-v0.1.2) - 2026-08-08

### Documentation

- fix the sixteen rustdoc link errors that fail `ci / Docs`

## [0.1.1](https://github.com/SecurityRonin/zfs-forensic/compare/zfs-forensic-core-v0.1.0...zfs-forensic-core-v0.1.1) - 2026-07-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zfs-forensic-core"
version = "0.1.1"
version = "0.1.2"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions forensic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ 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.2](https://github.com/SecurityRonin/zfs-forensic/compare/zfs-forensic-v0.1.1...zfs-forensic-v0.1.2) - 2026-08-08

### Documentation

- fix the sixteen rustdoc link errors that fail `ci / Docs`
# Changelog
2 changes: 1 addition & 1 deletion forensic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zfs-forensic"
version = "0.1.1"
version = "0.1.2"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
Loading