From ebcfff1aa3f18daf6aa61ebd7fe7c3f8841f46da Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Apr 2022 21:11:51 +0000 Subject: [PATCH] 1.0.0-beta.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b1057..fcee4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.0.0-beta.1 (2022-04-10) +### Feature +* Start improving project structure ([`5949476`](https://github.com/OpenNBS/pynbs/commit/5949476596f8cc3ba22e366c40c0e54b570dea5b)) + +### Fix +* Integrate changes from main and target version 1.0 ([`07ab0f8`](https://github.com/OpenNBS/pynbs/commit/07ab0f887bbd2fd820118e4d4b6945ecbbeb3c80)) + ## v0.5.0-beta.0 (2022-04-07) ### Feature * Start improving project structure ([`47147d2`](https://github.com/OpenNBS/pynbs/commit/47147d25079cac7084663b71fc285a5b11629173)) diff --git a/pyproject.toml b/pyproject.toml index 7b62119..f980803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynbs" -version = "1.0.0-beta.0" +version = "1.0.0-beta.1" description = "A simple python library to read and write .nbs files from Note Block Studio" authors = ["Valentin Berlier "] license = "MIT"