Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Mar 24, 2023
1 parent a57a051 commit 3385d79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.1.10

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

# v0.1.9

- Implement Versionize for i128 and u128
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "versionize"
version = "0.1.9"
version = "0.1.10"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
description = "A version tolerant serialization/deserialization framework."
Expand Down

0 comments on commit 3385d79

Please sign in to comment.