Skip to content

Commit 528b64b

Browse files
committed
prepare for capnp-v0.19.3 release
1 parent a77f17a commit 528b64b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.19.3
2+
- Rename ReadSegmentTableResult to NoAllocSegmentTableInfo and make it public.
3+
- Rename NoAllocBufferSegments::from_segment_table() to
4+
NoAllocBufferSegments::from_segment_table_info() and make it public.
5+
16
## v0.19.2
27
- Revert SingleSegmentAllocator generalization because it was unsound.
38

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.19.2"
4+
version = "0.19.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)