Skip to content

Commit 90f1991

Browse files
committed
prepare for capnp-v0.18.1 release
1 parent 8517dd4 commit 90f1991

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.18.1
2+
- Add #[inline] attribute to many text::Reader and text::Builder methods.
3+
14
## v0.18.0
25
- Add optional (default-enabled) `alloc` feature to allow no-alloc mode.
36
- Lazier UTF-8 validation.

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.18.0"
4+
version = "0.18.1"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)