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)