Skip to content

Commit 2b620fd

Browse files
committed
2.0.0
Automatically generated by python-semantic-release
1 parent e9180a2 commit 2b620fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.0 (2021-10-23)
6+
### Feature
7+
* Remove root ([`e9180a2`](https://github.com/vberlier/nbtlib/commit/e9180a2e042cdfd28c5ab1ccadaa14d05793dbb0))
8+
9+
### Breaking
10+
* The Root class is gone and so is the root attribute on files ([`e9180a2`](https://github.com/vberlier/nbtlib/commit/e9180a2e042cdfd28c5ab1ccadaa14d05793dbb0))
11+
512
## v1.12.1 (2021-08-30)
613
### Fix
714
* Update dependencies ([`ab4a72f`](https://github.com/vberlier/nbtlib/commit/ab4a72f2030a0d29b634535ae8628c538058de6b))

nbtlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .literal.parser import *
66
from .literal.serializer import *
77

8-
__version__ = "1.12.1"
8+
__version__ = "2.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbtlib"
3-
version = "1.12.1"
3+
version = "2.0.0"
44
description = "A python package to read and edit nbt data"
55
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)