File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.7] ( https://github.com/KarpelesLab/compcol/compare/v0.6.6...v0.6.7 ) - 2026-06-30
11+
12+ ### Added
13+
14+ - * (zstd)* validate Content_Checksum frames (XXH64)
15+
16+ ### Fixed
17+
18+ - * (decoder)* report OutputFull when the output buffer is full
19+
20+ ### Other
21+
22+ - * (lzma2/xz)* linear-time match finder + faster optimal parse
23+
1024### Added
1125
1226- * (zstd)* decode and validate frames carrying a ` Content_Checksum ` (the ` zstd `
Original file line number Diff line number Diff line change 11[package ]
22name = " compcol"
3- version = " 0.6.6 "
3+ version = " 0.6.7 "
44edition = " 2024"
55# Edition 2024 stabilised in Rust 1.85. Code uses `let chains` (Rust 1.88)
66# inside the brotli encoder and the io adapters, so 1.88 is the real floor.
You can’t perform that action at this time.
0 commit comments