Skip to content

Commit

Permalink
1.0.0-beta.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 10, 2022
1 parent 440c96b commit 3ff9dc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v1.0.0-beta.3 (2022-04-10)
### Fix
* Remove py.typed for now ([`440c96b`](https://github.com/OpenNBS/pynbs/commit/440c96b6152d73b9c03f809ccd1615b723d9345b))
* Rename buffer to fileobj ([`0f9a379`](https://github.com/OpenNBS/pynbs/commit/0f9a37913acbdc9b7471966d330312cb90d9664c))
* Leverage Header constructor directly ([`5483f48`](https://github.com/OpenNBS/pynbs/commit/5483f48085aa991dd697731a036cbbf0a2982bfd))
* Inheriting from object not needed in python3 ([`b7dd7a2`](https://github.com/OpenNBS/pynbs/commit/b7dd7a27b63a89acbc004c38ea5af67a2756962c))
* Convert namedtuples to dataclasses ([`bad6dc9`](https://github.com/OpenNBS/pynbs/commit/bad6dc90c8f1ca951575d97f9487ed59d6794431))
* Move code out of `__init__` ([`6dd5f98`](https://github.com/OpenNBS/pynbs/commit/6dd5f98362af823d9fc74776edd243b50aea32c8))
* Add badges and constributing section to README ([`13d823b`](https://github.com/OpenNBS/pynbs/commit/13d823b66d4bb1175b00fbbd22383173e3ba9eb6))
* Put test.nbs into test resources ([`38316dc`](https://github.com/OpenNBS/pynbs/commit/38316dc4a4eb76d8edd394b780a2eb1dc60b6d35))

## v1.0.0-beta.2 (2022-04-10)
### Fix
* Run tests in CI ([`b8a3eab`](https://github.com/OpenNBS/pynbs/commit/b8a3eabc4891bfba496e199942c07392b153b549))
Expand Down
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 = "pynbs"
version = "1.0.0-beta.2"
version = "1.0.0-beta.3"
description = "A simple python library to read and write .nbs files from Note Block Studio"
authors = ["Valentin Berlier <berlier.v@gmail.com>", "Bentroen <bemcdc@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 3ff9dc4

Please sign in to comment.