From af7c65b430223b97301b2544883a4e2b74e0ebbf Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Sat, 8 Aug 2026 08:01:22 +0800 Subject: [PATCH] chore: release v0.1.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- core/CHANGELOG.md | 6 ++++++ core/Cargo.toml | 2 +- forensic/CHANGELOG.md | 6 ++++++ forensic/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8848993..be22a97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "zfs-forensic" -version = "0.1.1" +version = "0.1.2" dependencies = [ "forensicnomicon", "zfs-forensic-core", @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "zfs-forensic-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "flate2", "forensic-vfs", diff --git a/Cargo.toml b/Cargo.toml index d132d3e..198629a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 47abfa5..3beae12 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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 diff --git a/core/Cargo.toml b/core/Cargo.toml index ae65674..48ba87d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 diff --git a/forensic/CHANGELOG.md b/forensic/CHANGELOG.md index aa38aa0..99921e9 100644 --- a/forensic/CHANGELOG.md +++ b/forensic/CHANGELOG.md @@ -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 diff --git a/forensic/Cargo.toml b/forensic/Cargo.toml index 3c69882..7b2d969 100644 --- a/forensic/Cargo.toml +++ b/forensic/Cargo.toml @@ -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