Skip to content

Commit

Permalink
prepare for capnp-v0.9.2 and capnpc-v0.9.2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Nov 18, 2018
1 parent 78e92a9 commit e33912e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions capnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## v.0.9.1
## v0.9.2
- Rename a bunch of as_reader() methods to into_reader(), to satisfy clippy.

## v0.9.1
- Avoid some unnecessary heap allocation that could occur when reading multisegment messages.

## v.0.9.0
## v0.9.0
- Add message::Builder::set_root_canonical() method. Relies on a new signature for SetPointerBuilder.
- Mark bytes_to_words() and bytes_to_words_mut() as unsafe, due to possible alignment issues. Please
refer to https://github.com/capnproto/capnproto-rust/issues/101 for discussion.
Expand Down
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp"
version = "0.9.1"
version = "0.9.2"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
Expand Down
3 changes: 3 additions & 0 deletions capnpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v0.9.2
- Rename a bunch of as_reader() methods to into_reader(), to satisfy clippy.

### v0.9.1
- Add support for Rust 2018.
- Fix a bunch of clippy warnings.
Expand Down
2 changes: 1 addition & 1 deletion capnpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnpc"
version = "0.9.1"
version = "0.9.2"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "Cap'n Proto code generation"
Expand Down

0 comments on commit e33912e

Please sign in to comment.