Skip to content

Commit cd5bf1f

Browse files
committed
prepare for capnp-v0.19.6 release
1 parent 2d99e16 commit cd5bf1f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.19.6
2+
- Fix ExactSizeIterator implementations so that they return the number of
3+
remaining elements instead of the total length of the underlying list.
4+
15
## v0.19.5
26
- Fix bug in dynamic reflection where `get_named()` and `has_named()` could
37
panic on a field that is not present in the schema.

capnp/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"
4-
version = "0.19.5"
4+
version = "0.19.6"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)