Skip to content

Commit c79ad16

Browse files
committed
prepare for capnp-rpc-v0.16.2 release
1 parent 1ab1ab6 commit c79ad16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.16.2
2+
- Add WeakCapabilityServerSet, intended to eventually replace CapabilityServerSet.
3+
14
## v0.16.1
25
- Regenerate code, with rpc.capnp from upstream latest release, version 0.10.3.
36

capnp-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp-rpc"
4-
version = "0.16.1"
4+
version = "0.16.2"
55
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"

0 commit comments

Comments
 (0)