Skip to content

Commit 8ccee11

Browse files
committed
prepare for capnpc-v0.12.4 release
1 parent da25c0b commit 8ccee11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

capnpc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.12.4
2+
- Add `CompilerCommand.capnp_executable()`.
3+
- Remove obsolete `RustEdition` enum.
4+
15
### v0.12.3
26
- Generate code for new capnp::capability::FromServer trait.
37

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

0 commit comments

Comments
 (0)