Skip to content

Commit da37be4

Browse files
authored
chore: release v0.6.7
1 parent d90b9ed commit da37be4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compcol"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
edition = "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.

0 commit comments

Comments
 (0)