Skip to content

Commit c650d0e

Browse files
committed
prepare capnp-rpc-v0.16.1 release
1 parent acdc184 commit c650d0e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

capnp-rpc/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.16.1
2+
- Regenerate code, with rpc.capnp from upstream latest release, version 0.10.3.
3+
14
## v0.16.0
25
- Add reconnect API.
36

capnp-rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp-rpc"
4-
version = "0.16.0"
4+
version = "0.16.1"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"

capnp-rpc/schema/rpc.capnp

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ struct Bootstrap {
316316
# A Vat may export multiple bootstrap interfaces. In this case, `deprecatedObjectId` specifies
317317
# which one to return. If this pointer is null, then the default bootstrap interface is returned.
318318
#
319-
# As of verison 0.5, use of this field is deprecated. If a service wants to export multiple
319+
# As of version 0.5, use of this field is deprecated. If a service wants to export multiple
320320
# bootstrap interfaces, it should instead define a single bootstrap interface that has methods
321321
# that return each of the other interfaces.
322322
#
@@ -352,7 +352,7 @@ struct Bootstrap {
352352
# - Overloading "Restore" also had a security problem: Often, "main" or "well-known"
353353
# capabilities exported by a vat are in fact not public: they are intended to be accessed only
354354
# by clients who are capable of forming a connection to the vat. This can lead to trouble if
355-
# the client itself has other clients and wishes to foward some `Restore` requests from those
355+
# the client itself has other clients and wishes to forward some `Restore` requests from those
356356
# external clients -- it has to be very careful not to allow through `Restore` requests
357357
# addressing the default capability.
358358
#

0 commit comments

Comments
 (0)