Skip to content

Commit ee147c8

Browse files
authored
chore: release v0.6.6 (#104)
1 parent 5e0260a commit ee147c8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.6](https://github.com/KarpelesLab/compcol/compare/v0.6.5...v0.6.6) - 2026-06-27
11+
12+
### Added
13+
14+
- *(qpack)* dynamic-table encoder driving the encoder stream
15+
1016
### Added
1117

1218
- *(qpack)* dynamic-table encoder: `QpackEncoder::with_dynamic_table` + `encode`

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