Skip to content

Commit 6257ade

Browse files
committed
prepare for capnp-v0.17.2 release
1 parent ae6eb67 commit 6257ade

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

capnp/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v0.17.2
2+
- Fix indexing bug in `schema::FieldSubset`.
3+
14
## v0.17.1
2-
- Fix type mismatch copy/paste bug in dynamic_list::Builder::set().
5+
- Fix type mismatch copy/paste bug in `dynamic_list::Builder::set()`.
36

47
## v0.17.0
58
- Add support for reflection. See dynamic_value.rs and schema.rs.

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.17.1"
4+
version = "0.17.2"
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)