diff --git a/CHANGELOG.md b/CHANGELOG.md index 160e2df..5bd1448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.4](https://github.com/SecurityRonin/lzo/compare/lzo-v0.1.3...lzo-v0.1.4) - 2026-08-13 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.1.3](https://github.com/SecurityRonin/lzo/compare/lzo-v0.1.2...lzo-v0.1.3) - 2026-08-05 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 6f60bba..6695297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "lzo" -version = "0.1.3" +version = "0.1.4" diff --git a/Cargo.toml b/Cargo.toml index 6d2df87..0f3000f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzo" -version = "0.1.3" +version = "0.1.4" 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."