From 3385d797c5e5f547562d8d83fb49de69f917e1f2 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Fri, 24 Mar 2023 10:57:49 +0000 Subject: [PATCH] Release 0.1.10 Signed-off-by: Patrick Roy --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0790f2..0a35b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3d0baea..9230c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versionize" -version = "0.1.9" +version = "0.1.10" license = "Apache-2.0" authors = ["Amazon Firecracker team "] description = "A version tolerant serialization/deserialization framework."