From 0b9cf10661663997c0397e70e3b3a64b90e36cce Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Thu, 6 Aug 2026 07:15:00 +0800 Subject: [PATCH] chore(vhd-core): release v0.1.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- core/CHANGELOG.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 core/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index c535f8d..c0f5bee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "vhd-core" -version = "0.1.3" +version = "0.1.4" dependencies = [ "forensic-testgate", "forensic-vfs", @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "vhd-forensic" -version = "0.1.3" +version = "0.1.4" dependencies = [ "forensicnomicon", ] diff --git a/Cargo.toml b/Cargo.toml index c3ccc1d..48b97ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["core", "forensic"] # Single source of truth for fields shared by every member (DRY): bump version / # MSRV / license here once; members inherit via `field.workspace = true`. [workspace.package] -version = "0.1.3" +version = "0.1.4" edition = "2021" rust-version = "1.85" license = "Apache-2.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md new file mode 100644 index 0000000..44b7136 --- /dev/null +++ b/core/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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.1.4](https://github.com/SecurityRonin/vhd-forensic/compare/vhd-core-v0.1.3...vhd-core-v0.1.4) - 2026-08-05 + +### Fixed + +- *(tests)* resolve qemu-img via PATH so the differential runs off macOS