From 4ace2ba9c49c1f4a1134ac4edd3de7e71d945bf1 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Sat, 25 Jul 2026 11:53:54 +0800 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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"