Skip to content

Commit 5f8683f

Browse files
committed
prepare for capnpc-v0.16.1 release
1 parent 90f6b74 commit 5f8683f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

capnpc/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.16.1
2+
- Fix clippy warnings in generated code.
3+
14
### v0.16.0
25
- Update code generation for removal of `To16`, `FromU16`, `FromStructReader`, `FromStructBuilder`.
36

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.0"
4+
version = "0.16.1"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "Cap'n Proto code generation"

0 commit comments

Comments
 (0)