Skip to content

Commit 3b19644

Browse files
committed
prepare for capnpc-v0.16.4 release
1 parent 620d6d6 commit 3b19644

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

capnpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### v0.16.3
28
- Generate `*_has()` methods for capability fields.
39

capnpc/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 = "capnpc"
4-
version = "0.16.3"
4+
version = "0.16.4"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "Cap'n Proto code generation"

0 commit comments

Comments
 (0)