Skip to content

Commit 89f9e52

Browse files
committed
prepare for capnp-v0.15.1 release
1 parent 2be9ac4 commit 89f9e52

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.15.1
2+
- Add `rust-version` field in Cargo.toml, for better error messages when somone uses and old rustc.
3+
- Add `is_empty()` methods.
4+
- Deprecate `MessageSize::plus_eq` in favor of `AddAssign`.
5+
- Add some `Default` impls.
6+
- Lots of linting and formatting changes that should not have an observeable effect.
7+
18
## v0.15.0
29
- Move HasStructSize::struct_size() into a constant HasStructSize::STRUCT_SIZE.
310
- Move HasTypeId::type_id() into a constant HasTypeId::TYPE_ID.

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

0 commit comments

Comments
 (0)