From aa2d9a27b8587f378f609a12033b74139d050dd3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 23 Sep 2023 20:55:37 +0000 Subject: [PATCH] 0.1.1 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 0538af1..1c9bb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.1.1 (2023-09-23) + +### Ci + +* ci: run semantic-release through poetry ([`e98c2e6`](https://github.com/Azraeht/euterpe/commit/e98c2e61e4532506c7b74e15d22d61c0c96dfe4e)) + +### Fix + +* fix: fix semantic-release configuration and ci ([`bc11b52`](https://github.com/Azraeht/euterpe/commit/bc11b5271830ae0f8ca1c90523cd8af822d34a30)) + + ## v0.1.0 (2023-09-23) ### Build diff --git a/pyproject.toml b/pyproject.toml index 93f239d..4a1396c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "euterpe" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Brice Santus "] readme = "README.md"