Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 3385d79

Browse files
committed
Release 0.1.10
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent a57a051 commit 3385d79

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.1.10
2+
3+
- Fixed a possible out of bounds memory access in FamStructWrapper::deserialize
4+
15
# v0.1.9
26

37
- Implement Versionize for i128 and u128

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.9"
3+
version = "0.1.10"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
66
description = "A version tolerant serialization/deserialization framework."

0 commit comments

Comments
 (0)