Skip to content

Commit

Permalink
prepare for capnp-v0.19.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed May 28, 2024
1 parent 2d99e16 commit cd5bf1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions capnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.19.6
- Fix ExactSizeIterator implementations so that they return the number of
remaining elements instead of the total length of the underlying list.

## v0.19.5
- Fix bug in dynamic reflection where `get_named()` and `has_named()` could
panic on a field that is not present in the schema.
Expand Down
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp"
version = "0.19.5"
version = "0.19.6"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
Expand Down

0 comments on commit cd5bf1f

Please sign in to comment.