Skip to content

Commit 01b0056

Browse files
committed
prepare for capnp-v0.21.4 release
1 parent 3fb9832 commit 01b0056

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.21.4
2+
- Add `generated_code!()` macro to make it easier to import generated code.
3+
14
## v0.21.3
25
- Add `capability::DynClientHook` to avoid warnings in generated code.
36

capnp/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 = "capnp"
4-
version = "0.21.3"
4+
version = "0.21.4"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)