diff --git a/CHANGELOG.md b/CHANGELOG.md index f760bc2..160e2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.3](https://github.com/SecurityRonin/lzo/compare/lzo-v0.1.2...lzo-v0.1.3) - 2026-08-05 + +### Documentation + +- *(terms)* state Apache-2.0, the licence this repo actually ships + +### Other + +- complete the canonical lints block + ## [0.1.2](https://github.com/SecurityRonin/lzo/compare/lzo-v0.1.1...lzo-v0.1.2) - 2026-07-25 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index f5bc1c1..6f60bba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "lzo" -version = "0.1.2" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index a1cbdd5..6d2df87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzo" -version = "0.1.2" +version = "0.1.3" 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."