diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dc073..1e49156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). release-plz maintains this file from conventional-commit messages on `main`. ## [Unreleased] + +## [0.1.1](https://github.com/SecurityRonin/forensic-carve/compare/forensic-carve-v0.1.0...forensic-carve-v0.1.1) - 2026-08-13 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored diff --git a/Cargo.lock b/Cargo.lock index acc8e68..f4b579f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "forensic-carve" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aho-corasick", "inventory", diff --git a/Cargo.toml b/Cargo.toml index ae153f0..cffc519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forensic-carve" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.75" license = "Apache-2.0"