diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fa7ba..956a8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.1](https://github.com/SecurityRonin/lzvn/compare/lzvn-core-v0.1.0...lzvn-core-v0.1.1) - 2026-07-25 + +### Documentation + +- reverse-write PRD + ADRs; mkdocs excludes governance docs (fleet standard) +- use verbatim Apache-2.0 license text +- MkDocs site + Pages deploy (fleet standard) + +### Fixed + +- *(vet)* declare own crates first-party so version bumps don't break supply-chain audit +- *(ci)* unbreak main — gate alloc-only tests, cover all opcode arms, run fuzz on nightly + ## 0.1.0 — unreleased - Initial release: length-tolerant pure-Rust Apple LZVN decoder. diff --git a/Cargo.lock b/Cargo.lock index 9212949..e4b36d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "lzvn-core" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index eaef48f..d78a358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzvn-core" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.85" description = "Safe, dependency-free, no_std pure-Rust LZVN decompressor — bounds-checked and fuzz-hardened for reading untrusted Apple LZVN streams, length-tolerant for real-world decmpfs resource-fork blocks (macOS HFS+/APFS transparent compression)."