Skip to content

Commit 952eba3

Browse files
committed
prepare for capnp-rpc-v0.19.4 release
1 parent 89516f6 commit 952eba3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.4
2+
- Use the `noFinishNeeded` field to elide Finish messages when possible.
3+
14
## v0.19.3
25
- Remove some unneeded fields in Answer and Import.
36
- Use `let else` to improve readability.

capnp-rpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22

33
name = "capnp-rpc"
4-
version = "0.19.3"
5-
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
4+
version = "0.19.4"
5+
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"
88
repository = "https://github.com/capnproto/capnproto-rust"

0 commit comments

Comments
 (0)