Skip to content

Commit 89d7146

Browse files
committed
prepare for capnp-futures-v0.25.2 release
1 parent f3b5da6 commit 89d7146

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

capnp-futures/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.25.2
2+
- Fix bug in `PackedWrite` that incorrectly encoded long streams of zeroes or non-zeroes.
3+
14
## v0.25.1
25
- Return `PrematureEndOfFile` instead of just `Failed` when `read_message()` hits end-of-stream
36
too soon.

capnp-futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp-futures"
4-
version = "0.25.1"
4+
version = "0.25.2"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77

0 commit comments

Comments
 (0)