We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6eb67 commit 6257adeCopy full SHA for 6257ade
capnp/CHANGELOG.md
@@ -1,5 +1,8 @@
1
+## v0.17.2
2
+- Fix indexing bug in `schema::FieldSubset`.
3
+
4
## v0.17.1
-- Fix type mismatch copy/paste bug in dynamic_list::Builder::set().
5
+- Fix type mismatch copy/paste bug in `dynamic_list::Builder::set()`.
6
7
## v0.17.0
8
- Add support for reflection. See dynamic_value.rs and schema.rs.
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.17.1"
+version = "0.17.2"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments