From 242940ef5dc429b8de074097920dff4c94edf48c Mon Sep 17 00:00:00 2001 From: baggiponte <57922983+baggiponte@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:39:24 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.6=20=E2=86=92=200.5.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18c27d..961460b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.7 (2023-07-12) + +### 🛠 Refactor + +- **ci**: run taiki-e action to create release + ## 0.5.6 (2023-07-11) ### 🛠 Refactor diff --git a/pyproject.toml b/pyproject.toml index e1f7bcf..0870e25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ release = [ [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.6" +version = "0.5.7" annotated_tag = true incremental = true update_changelog_on_bump = true