Skip to content

Commit

Permalink
prepare for capnp-rpc-v0.19.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 2, 2024
1 parent 3d23215 commit d332bb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions capnp-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.19.3
- Remove some unneeded fields in Answer and Import.
- Use `let else` to improve readability.
- Use a tighter size_hint estimate for Resolve messages.

## v0.19.2
- Use size hint in new_outgoing_message(). Should improve performance somewhat.

Expand Down
2 changes: 1 addition & 1 deletion capnp-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp-rpc"
version = "0.19.2"
version = "0.19.3"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "implementation of the Cap'n Proto remote procedure call protocol"
Expand Down

0 comments on commit d332bb3

Please sign in to comment.