Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 24, 2020
1 parent 83b2057 commit 4f43a4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v1.10.0 (2020-12-24)
### Feature
* Add --find cli option ([`d99bc48`](https://github.com/vberlier/nbtlib/commit/d99bc48354899f0e1edfdc600859dc6e4eb79351))
* Add find method ([`bfef54f`](https://github.com/vberlier/nbtlib/commit/bfef54fdbad7517bb2c3ed2f186c1e1af8cf1f0a))

### Documentation
* Document `--find` option ([`83b2057`](https://github.com/vberlier/nbtlib/commit/83b20576430285278beb0307ef3685a9c99af544))

## v1.9.0 (2020-12-24)
### Feature
* Add --path, --unpack and --json options ([`5e5efd9`](https://github.com/vberlier/nbtlib/commit/5e5efd92f7b0d0a66c600d013812c773301525c1))
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__ = "1.9.0"
__version__ = "1.10.0"
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 = "1.9.0"
version = "1.10.0"
description = "A python package to read and edit nbt data"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 4f43a4d

Please sign in to comment.