From 05eb1610f624287de60445a1e6542931f63c4178 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Sat, 25 Jul 2026 11:55:52 +0800 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9361251..f760bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2](https://github.com/SecurityRonin/lzo/compare/lzo-v0.1.1...lzo-v0.1.2) - 2026-07-25 + +### Documentation + +- reverse-write PRD + ADRs; mkdocs excludes governance docs (fleet standard) +- complete MkDocs site (mkdocs.yml + deploy workflow) +- use verbatim Apache-2.0 license text + +### Fixed + +- *(vet)* declare own crates first-party so version bumps don't break supply-chain audit +- *(ci)* force nightly for cargo fuzz via +nightly (toml override) + ## [0.1.1] — 2026-06-07 No API or behaviour changes — `0.1.1` is documentation, validation, and metadata. diff --git a/Cargo.lock b/Cargo.lock index 6058ad8..f5bc1c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "lzo" -version = "0.1.1" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index 03cafdf..4cdb339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzo" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.85" description = "Safe, dependency-free, no_std pure-Rust LZO1X decompressor — bounds-checked and fuzz-hardened for reading untrusted lzo1x_1 / lzo1x_999 streams."