Skip to content

Commit b85e041

Browse files
committed
prepare for capnp-v0.19.1 release
1 parent 6675fd1 commit b85e041

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.19.1
2+
- Implement SetterInput<text::Owned> for all T : AsRef<str>.
3+
14
## v0.19.0
25
- Use binary search instead of linear scan in DynamicStruct::get_named().
36
- Rename SetPointerBuilder to SetterInput.

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

0 commit comments

Comments
 (0)