diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6339b..5a0a5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.2](https://github.com/SecurityRonin/elephant-diffuser/compare/elephant-diffuser-v0.1.1...elephant-diffuser-v0.1.2) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.1.1](https://github.com/SecurityRonin/elephant-diffuser/compare/elephant-diffuser-v0.1.0...elephant-diffuser-v0.1.1) - 2026-07-25 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 1350bc8..87d58e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "elephant-diffuser" -version = "0.1.1" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index 2a3a8af..39ff7a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elephant-diffuser" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.81" license = "Apache-2.0"