Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
macfreek committed Dec 22, 2021
1 parent a053df3 commit 6f43e87
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@ d0sboots (David Walker)
dtrauma (Thomas Roesner)
Fenixin (Alejandro Aguilera)
fwaggle (Jamie Fraser)
jlsajfj (Joseph)
k1988 (Terry Zhao)
kamyu2
MacFreek (Freek Dijkstra)
MFLD.fr
MidnightLightning (Brooks Boyd)
MostAwesomeDude (Corbin Simpson)
psolyca (Damien)
s-leroux (Sylvain Leroux)
SBliven (Spencer Bliven)
steffen-kiess (Steffen Kieß)
Stumpylog (Trenton Holmes)
suresttexas00 (Surest Texas)
tWoolie (Thomas Woolford)
underscoren (Marius Steffens)
Xgkkp
Zachy (Zachary Howard)
26 changes: 25 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NBT Trunk
---------
Git trunk can be found at https://github.com/twoolie/NBT/tree/master

Bug Fixes since 1.5.0
Bug Fixes since 1.5.1
~~~~~~~~~~~~~~~~~~~~~
* None

Expand All @@ -27,6 +27,30 @@ See https://github.com/twoolie/NBT/issues
or compile Python --with-wide-unicode.


NBT 1.5.1 (22 December 2021)
---------------------------

New Features since 1.5.0
~~~~~~~~~~~~~~~~~~~~~~~~
* Generic block class in chunck.py (courtesy mfld-fr).
* chunk.py supports data version 1343 (Minecraft 1.12) (courtesy Steffen Kieß).
* chunk.py supports data version 1631 (Minecraft 1.16) (courtesy Steffen Kieß).
* chunk.py supports data version 2566 (Minecraft 1.16) (courtesy Marius Steffens).


Bug Fixes since 1.5.0
~~~~~~~~~~~~~~~~~~~~~~~~
* Support for Python version 3.10 (courtesy einekratzekatze).
* Bug fix in getting BlockStates in old Anvil format (courtesy mkuw).
* Bug fix in reloading closed region files (courtesy Sylvain Leroux).
* Allow naming of Compund TAGs (courtesy Sylvain Leroux).

Changes in Auxiliary Scripts since 1.5.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Add examples/scoreboard.py script (courtesy mfld-fr).
* Add examples/block_finder.py script (courtesy jlsajfj).


NBT 1.5.0 (14 May 2018)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion nbt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Documentation only automatically includes functions specified in __all__.
# If you add more functions, please manually include them in doc/index.rst.

VERSION = (1, 5, 0)
VERSION = (1, 5, 1)
"""NBT version as tuple. Note that the major and minor revision number are
always present, but the patch identifier (the 3rd number) is only used in 1.4."""

Expand Down

0 comments on commit 6f43e87

Please sign in to comment.