Skip to content

Commit 031f5ee

Browse files
committed
1.12.0
Automatically generated by python-semantic-release
1 parent 9d5be17 commit 031f5ee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v1.12.0 (2021-02-18)
6+
### Feature
7+
* Make it possible to combine reading and writing/merging ([`9d5be17`](https://github.com/vberlier/nbtlib/commit/9d5be173a0b594a4077eddfe53709b78c6a67637))
8+
59
## v1.11.1 (2021-02-08)
610
### Fix
711
* Replace unicode errors ([`09013d7`](https://github.com/vberlier/nbtlib/commit/09013d7b7baff68fb4f2b91bef82bceeb71e06d1))

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.11.1"
8+
__version__ = "1.12.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.11.1"
3+
version = "1.12.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)