Skip to content

Commit 4fdc5be

Browse files
committed
prepare for 0.8.13 release
1 parent 0db80d3 commit 4fdc5be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.13
2+
- Implement capability_list, to support List(Interface).
3+
14
## v0.8.12
25
- Avoid constructing (zero-length) slices from null pointers, as it seems to be a possible
36
source of undefined behavior.

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"
4-
version = "0.8.12"
4+
version = "0.8.13"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)