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 620d6d6 commit 3b19644Copy full SHA for 3b19644
capnpc/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### v0.16.4
2
+- Generate explicit Clone and Copy impls for Reader structs.
3
+- Fully-qualify `::capnp::Word` in generated code.
4
+- Add `capnp --version` invocation before `capnp compile`, for better error reporting.
5
+- Clear PWD env variable, to silence warning from kj/filesystem-disk-unix.c++.
6
+
7
### v0.16.3
8
- Generate `*_has()` methods for capability fields.
9
capnpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnpc"
-version = "0.16.3"
+version = "0.16.4"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "Cap'n Proto code generation"
0 commit comments