From 4a6bfd99da3c62ca596d03e09ebce0fa1824d82a Mon Sep 17 00:00:00 2001 From: Dorian Turba <commit.9wuzh@slmail.me> Date: Tue, 16 Jul 2024 17:35:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.5=20=E2=86=92=202.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index edfdb75..278e32f 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] commit = true -current_version = "2.0.5" +current_version = "2.0.6" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index e37dd5d..9d39628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.6] - 2024-07-16 + +* Fix of auto release + ## [2.0.5] - 2024-07-16 * Update of CICD -- GitLab