Skip to content

Commit c9a55a6

Browse files
committed
prepare for capnp-v0.17.1 release
1 parent 286e0ac commit c9a55a6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

capnp/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.17.1
2+
- Fix type mismatch copy/paste bug in dynamic_list::Builder::set().
3+
14
## v0.17.0
25
- Add support for reflection. See dynamic_value.rs and schema.rs.
36

capnp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp"
4-
version = "0.17.0"
4+
version = "0.17.1"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)