File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v1.11.0 (2020-12-24)
6+ ### Feature
7+ * Make it possible to load snbt files ([ ` ebf1080 ` ] ( https://github.com/vberlier/nbtlib/commit/ebf10809eebaf19185868868b98c463c3845540d ) )
8+
9+ ### Documentation
10+ * Document the ` -s ` option for reading snbt ([ ` 1206e05 ` ] ( https://github.com/vberlier/nbtlib/commit/1206e05229cb48b46ed7427432f5e55155b0b0fd ) )
11+
512## v1.10.0 (2020-12-24)
613### Feature
714* Add --find cli option ([ ` d99bc48 ` ] ( https://github.com/vberlier/nbtlib/commit/d99bc48354899f0e1edfdc600859dc6e4eb79351 ) )
Original file line number Diff line number Diff line change 55from .literal .parser import *
66from .literal .serializer import *
77
8- __version__ = "1.10 .0"
8+ __version__ = "1.11 .0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nbtlib"
3- version = " 1.10 .0"
3+ version = " 1.11 .0"
44description = " A python package to read and edit nbt data"
55authors = [" Valentin Berlier <berlier.v@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments