We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eb04f commit abed264Copy full SHA for abed264
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.15.3
2
+- Deprecate `HasTypeId::type_id()` in favor of `HasTypeId::TYPE_ID`.
3
+
4
## v0.15.2
5
- Remove list pointer munging.
6
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.15.2"
+version = "0.15.3"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments