From 6bd1b55811103d1c1f0ecc36361d105996fb95a2 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Wed, 5 Aug 2026 09:42:28 +0800 Subject: [PATCH] chore: release v0.2.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- core/CHANGELOG.md | 6 ++++++ forensic/CHANGELOG.md | 6 ++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d95b845..09624af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,7 +553,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vsc-core" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ewf", "forensic-vfs", @@ -564,7 +564,7 @@ dependencies = [ [[package]] name = "vsc-forensic" -version = "0.2.1" +version = "0.2.2" dependencies = [ "forensicnomicon", "jiff", diff --git a/Cargo.toml b/Cargo.toml index c8fd2f0..eea8d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = ["core", "forensic"] # members inherit via `field.workspace = true`. # --------------------------------------------------------------------------- [workspace.package] -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.81" license = "Apache-2.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 67db0fe..d6917f4 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.2.2](https://github.com/SecurityRonin/vsc-forensic/compare/vsc-core-v0.2.1...vsc-core-v0.2.2) - 2026-08-05 + +### Added + +- *(vsc)* GREEN — VssSnapshotSource publishes a shadow copy as an ImageSource + ## [0.2.1](https://github.com/SecurityRonin/vsc-forensic/compare/vsc-core-v0.2.0...vsc-core-v0.2.1) - 2026-07-25 ### Documentation diff --git a/forensic/CHANGELOG.md b/forensic/CHANGELOG.md index c63ce64..35cc237 100644 --- a/forensic/CHANGELOG.md +++ b/forensic/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/SecurityRonin/vsc-forensic/compare/vsc-forensic-v0.2.1...vsc-forensic-v0.2.2) - 2026-08-05 + +### Added + +- *(vsc)* GREEN — VssSnapshotSource publishes a shadow copy as an ImageSource + ## [0.2.1](https://github.com/SecurityRonin/vsc-forensic/compare/vsc-forensic-v0.2.0...vsc-forensic-v0.2.1) - 2026-07-25 ### Documentation