From dccdb7601021d8addf732b6b9a8af547d8a7d654 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Mon, 22 Feb 2021 09:33:03 -0500 Subject: [PATCH] Bump to 0.5.1 and update the NEWS file. --- Cargo.toml | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28ef437..6ff9ce8 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.0" +version = "0.5.1" authors = [ "Aaron Jacobs ", "Fenhl ", diff --git a/NEWS.md b/NEWS.md index 11c68a5..b4cd0f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# hematite_nbt 0.5.1 + +* Fixes a performance regression in array serialization. (#61 by @caelunshun) + +* Fixes an incompatibility with `serde` versions 1.0.119 and later. (#60 by + @Iaiao) + # hematite_nbt 0.5.0 ## New Features