From 1ad613019f435cad89566708f0c67a9a506fc8ab Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Mon, 10 Aug 2026 03:16:11 +0800 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63b85..2b3cb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.4](https://github.com/SecurityRonin/cfb-forensic/compare/cfb-forensic-v0.2.3...cfb-forensic-v0.2.4) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.2.3](https://github.com/SecurityRonin/cfb-forensic/compare/cfb-forensic-v0.2.2...cfb-forensic-v0.2.3) - 2026-08-08 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 20f6383..685bebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "cfb-forensic" -version = "0.2.3" +version = "0.2.4" dependencies = [ "cfb", "forensicnomicon", diff --git a/Cargo.toml b/Cargo.toml index 137aeba..6131ec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfb-forensic" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.81" license = "Apache-2.0"