Skip to content

Commit 3f31a36

Browse files
committed
prepare for capnp-v0.14.5 and capnpc-v0.14.5 releases
1 parent d5eca4e commit 3f31a36

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

capnp/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.14.5
2+
- Add capnp::serialize::BufferSegments.
3+
14
## v0.14.4
25
- Add capnp::message::TypedBuilder.
36
- Add as_slice() methods for primitive_list. (These are only enabled for little endian targets.)

capnp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp"
4-
version = "0.14.4"
4+
version = "0.14.5"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

capnpc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.14.5
2+
- Fix bug in code generation for generic groups.
3+
- Add CompilerCommand.raw_code_generator_request_path().
4+
15
### v0.14.4
26
- Check that schema files exist before attempting to invoke the schema compiler.
37

capnpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnpc"
4-
version = "0.14.4"
4+
version = "0.14.5"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "Cap'n Proto code generation"

0 commit comments

Comments
 (0)