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 154ea5d commit 6c2d95bCopy full SHA for 6c2d95b
capnpc/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### v0.16.3
2
+- Generate `*_has()` methods for capability fields.
3
+
4
### v0.16.2
5
- Avoid ambiguous associated item in TryFrom implementations.
6
capnpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnpc"
-version = "0.16.2"
+version = "0.16.3"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "Cap'n Proto code generation"
0 commit comments