Skip to content

Commit 0a24d56

Browse files
committed
prepare for capnp-rpc-v0.15.1 release
1 parent 6087383 commit 0a24d56

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

capnp-rpc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.15.1
2+
- Remove some `unimplemented!()` panics.
3+
- Lots of style and formatting fixes that should have no effect.
4+
15
## v0.15.0
26
- Add CapabilityServerSet.
37

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.15.0"
4+
version = "0.15.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)