diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2fe45..8b0f18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/SecurityRonin/xpress-huffman/compare/xpress-huffman-v0.1.2...xpress-huffman-v0.1.3) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.1.2](https://github.com/SecurityRonin/xpress-huffman/compare/xpress-huffman-v0.1.1...xpress-huffman-v0.1.2) - 2026-07-25 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index eaab434..360c72b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "xpress-huffman" -version = "0.1.2" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index 6ce939d..ba3f616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpress-huffman" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.85" description = "Pure-Rust, panic-free decompressor for Microsoft Xpress-Huffman ([MS-XCA] §2.2.4, LZXPRESS_HUFFMAN) — the codec behind Win10+ prefetch (MAM), hiberfil.sys, SMB3 and registry-hive compression. Cross-platform, no Windows API."