From b1d754da69f9a21de553e1a53daf1eb039161dba Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Sat, 15 May 2021 13:59:38 -0400 Subject: [PATCH] Bump to 0.5.2 and update the NEWS file. --- Cargo.toml | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ff9ce8..c0f4c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/PistonDevelopers/hematite_nbt" readme = "README.md" license = "MIT" keywords = ["nbt", "minecraft", "serde", "serialization"] -version = "0.5.1" +version = "0.5.2" authors = [ "Aaron Jacobs ", "Fenhl ", diff --git a/NEWS.md b/NEWS.md index b4cd0f9..be6e41a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# hematite_nbt 0.5.2 + +* Enum variants can now be serialized by name. (#62 by @Freax13) + # hematite_nbt 0.5.1 * Fixes a performance regression in array serialization. (#61 by @caelunshun)