Skip to content

Commit dfceeb5

Browse files
authored
chore: release v0.6.8
1 parent ca385e2 commit dfceeb5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.8](https://github.com/KarpelesLab/compcol/compare/v0.6.7...v0.6.8) - 2026-07-01
11+
12+
### Other
13+
14+
- *(lzss,huffman)* hash-chain match finder + table Huffman decode
15+
- *(brotli,zstd)* faster encode on low-redundancy input
16+
1017
### Changed
1118

1219
- *(lzss)* replaced the encoder's O(N·n) brute-force ring-buffer match scan

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.7"
3+
version = "0.6.8"
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)