Skip to content

Commit

Permalink
prepare for capnp-rpc-v0.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 22, 2024
1 parent 2daf6ea commit fe41ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.20.2
- Add `new_future_client()` and deprecate `new_promise_client()`.

## v0.20.1
- Fill in `unimplemented!()` block to handle case when an export promise resolves to another
promise.
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.20.1"
version = "0.20.2"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "implementation of the Cap'n Proto remote procedure call protocol"
Expand Down

0 comments on commit fe41ad6

Please sign in to comment.