Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
Loading