From 3ff9dc42758906f1268cb3d71630b5088545864e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Apr 2022 23:11:58 +0000 Subject: [PATCH] 1.0.0-beta.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab97cfd..1deba9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## 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)) diff --git a/pyproject.toml b/pyproject.toml index 303cb8b..62e4be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Bentroen "] license = "MIT"