Skip to content

Commit fd803d1

Browse files
committed
prepare for capnp-rpc-v0.19.2 release
1 parent 696cdb9 commit fd803d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

capnp-rpc/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.19.2
2+
- Use size hint in new_outgoing_message(). Should improve performance somewhat.
3+
14
## v0.19.1
25
- Fix bug where RpcSystem::get_disconnector() misbehaved if called before bootstrap().
36

capnp-rpc/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-rpc"
4-
version = "0.19.1"
4+
version = "0.19.2"
55
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"

0 commit comments

Comments
 (0)