Skip to content

Commit abed264

Browse files
committed
prepare for capnp-v0.15.3 release
1 parent 25eb04f commit abed264

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.15.3
2+
- Deprecate `HasTypeId::type_id()` in favor of `HasTypeId::TYPE_ID`.
3+
14
## v0.15.2
25
- Remove list pointer munging.
36

capnp/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.15.2"
4+
version = "0.15.3"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)