Skip to content

Commit b35b364

Browse files
committed
prepare for capnpc-v0.12.1 release
1 parent e6d5e5c commit b35b364

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-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.12.1
2+
- Add rust.capnp file with `name` annotation for renaming items in generated Rust code.
3+
14
### v0.12.0
25
- Remove deprecated item.
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.12.0"
4+
version = "0.12.1"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "Cap'n Proto code generation"

capnpc/rust.capnp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file contains annotations that are recognized by the capnpc-rust code generator.
2+
13
@0x83b3c14c3c8dd083;
24

35
annotation name @0xc2fe4c6d100166d0 (field, struct, enum, enumerant, union, group) :Text;

0 commit comments

Comments
 (0)