diff --git a/capnp-rpc/CHANGELOG.md b/capnp-rpc/CHANGELOG.md index b80a17c41..9b0b919b8 100644 --- a/capnp-rpc/CHANGELOG.md +++ b/capnp-rpc/CHANGELOG.md @@ -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. diff --git a/capnp-rpc/Cargo.toml b/capnp-rpc/Cargo.toml index f56eb3752..49aff36e0 100644 --- a/capnp-rpc/Cargo.toml +++ b/capnp-rpc/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "capnp-rpc" -version = "0.19.3" -authors = [ "David Renshaw " ] +version = "0.19.4" +authors = [ "David Renshaw " ] license = "MIT" description = "implementation of the Cap'n Proto remote procedure call protocol" repository = "https://github.com/capnproto/capnproto-rust"