Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 25, 2021
1 parent 061e095 commit a6c0cd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v2.0.4 (2021-11-25)
### Fix
* Allow integers to create and add with Path. Fix #146 ([#148](https://github.com/vberlier/nbtlib/issues/148)) ([`061e095`](https://github.com/vberlier/nbtlib/commit/061e095ca0dcfd31b798f59e88a238e7bc2b77f6))

## v2.0.3 (2021-11-25)
### Fix
* Make sure the trailing End tag is written to files. Fix #153 ([#154](https://github.com/vberlier/nbtlib/issues/154)) ([`eda4d32`](https://github.com/vberlier/nbtlib/commit/eda4d32180ff638b18f0dea0b3904afd5545fd65))
Expand Down
2 changes: 1 addition & 1 deletion nbtlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .literal.parser import *
from .literal.serializer import *

__version__ = "2.0.3"
__version__ = "2.0.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbtlib"
version = "2.0.3"
version = "2.0.4"
description = "A python package to read and edit nbt data"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a6c0cd9

Please sign in to comment.