Skip to content

Commit 203b8de

Browse files
committed
prepare for capnp-rpc-v0.19.1 release
1 parent f1656e5 commit 203b8de

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

capnp-rpc/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## v0.19.1
2+
- Fix bug where RpcSystem::get_disconnector() misbehaved if called before bootstrap().
3+
14
## v0.19.0
2-
Follow v0.19.0 release of other capnp crates.
5+
- Follow v0.19.0 release of other capnp crates.
36

47
## v0.18.0
5-
Follow v0.19.0 release of other capnp crates.
8+
- Follow v0.18.0 release of other capnp crates.
69

710
## v0.17.0
811
- Rename `WeakCapabilityServerSet` to `CapabilityServerSet` and remove the old implmentation.

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.19.0"
4+
version = "0.19.1"
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)