We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2f735 commit 99ddcb4Copy full SHA for 99ddcb4
capnpc/CHANGELOG.md
@@ -1,4 +1,7 @@
1
-## v0.17.0
+### v0.17.1
2
+- Fix setters of enum fields with defaults.
3
+
4
+### v0.17.0
5
- Add support for reflection.
6
- Implement `Debug` for all generated struct `Reader` types.
7
capnpc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnpc"
-version = "0.17.0"
+version = "0.17.1"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "Cap'n Proto code generation"
0 commit comments