Skip to content

Commit

Permalink
prepare for capnp-rpc-v0.19.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 3, 2024
1 parent 89516f6 commit 952eba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions capnp-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.19.4
- Use the `noFinishNeeded` field to elide Finish messages when possible.

## v0.19.3
- Remove some unneeded fields in Answer and Import.
- Use `let else` to improve readability.
Expand Down
4 changes: 2 additions & 2 deletions capnp-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]

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

0 comments on commit 952eba3

Please sign in to comment.