diff --git a/CHANGELOG.md b/CHANGELOG.md index c299634..7d6339b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.1](https://github.com/SecurityRonin/elephant-diffuser/compare/elephant-diffuser-v0.1.0...elephant-diffuser-v0.1.1) - 2026-07-25 + +### Documentation + +- reverse-write PRD + ADRs; mkdocs excludes governance docs (fleet standard) +- *(readme)* align robustness wording with fleet standard (fuzzed + panic-free-by-lint pairing) +- use verbatim Apache-2.0 license text + +### Fixed + +- *(vet)* declare own crates first-party so version bumps don't break supply-chain audit + ## [0.1.0] ### Added diff --git a/Cargo.lock b/Cargo.lock index 70a9ae0..1350bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "elephant-diffuser" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index 321e8d1..2a3a8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elephant-diffuser" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.81" license = "Apache-2.0"