Skip to content

Commit 517afae

Browse files
committed
Prepare 0.2.0 release
Need a minor version bump due to the minor version bump of vmm-sys-util, which is exposed in the versionize API. Signed-off-by: Patrick Roy <[email protected]>
1 parent 134145b commit 517afae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.2.0
2+
3+
- Implement `Versionize` for arrays of arbitrary length, instead of just up to 32.
4+
15
# v0.1.10
26

37
- Fixed a possible out of bounds memory access in FamStructWrapper::deserialize

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "versionize"
3-
version = "0.1.10"
3+
version = "0.2.0"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
66
description = "A version tolerant serialization/deserialization framework."

0 commit comments

Comments
 (0)