Skip to content

Commit b1d754d

Browse files
committed
Bump to 0.5.2 and update the NEWS file.
1 parent 3e937ec commit b1d754d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/PistonDevelopers/hematite_nbt"
66
readme = "README.md"
77
license = "MIT"
88
keywords = ["nbt", "minecraft", "serde", "serialization"]
9-
version = "0.5.1"
9+
version = "0.5.2"
1010
authors = [
1111
"Aaron Jacobs <[email protected]>",
1212
"Fenhl <[email protected]>",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# hematite_nbt 0.5.2
2+
3+
* Enum variants can now be serialized by name. (#62 by @Freax13)
4+
15
# hematite_nbt 0.5.1
26

37
* Fixes a performance regression in array serialization. (#61 by @caelunshun)

0 commit comments

Comments
 (0)