From fe8161e8e08ec5867a51e78f69662a3c9023708f Mon Sep 17 00:00:00 2001 From: Andrei Sandu Date: Wed, 13 Jan 2021 15:27:00 +0200 Subject: [PATCH] Bump version to 0.1.5 and update changelog Signed-off-by: Andrei Sandu --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5534f40..7369eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.1.5 + +- Added more documentation and examples. + # v0.1.4 - Removed Versionize proc macro support for unions. Serializing unions can lead to undefined behaviour especially when no diff --git a/Cargo.toml b/Cargo.toml index a0ba785..f5561b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versionize" -version = "0.1.4" +version = "0.1.5" license = "Apache-2.0" authors = ["Amazon Firecracker team "] description = "A version tolerant serialization/deserialization framework."