diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63b85..ed996f8 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-13 + +### 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"