From b0fac657b70eb898c17a9f42bb7fbcaa38ab9837 Mon Sep 17 00:00:00 2001 From: Dorian Turba <commit.9wuzh@slmail.me> Date: Thu, 1 Aug 2024 13:02:48 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.4=20=E2=86=92=200.4.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- CHANGELOG.md | 2 ++ README.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 0f168c2..37d9aa1 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,7 +1,7 @@ [tool.bumpversion] commit = true config-file = "pyproject.toml" -current_version = "0.4.4" +current_version = "0.4.5" 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 d7cd9ee..d03c7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.5] - 2024-08-01 + * Update documentation ## [0.4.4] - 2024-07-16 diff --git a/README.md b/README.md index 1d03b2b..4783259 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ your instance: ```yaml include: - - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.4 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.4.5 ``` [](https://gitlab.com) @@ -31,7 +31,7 @@ As a remote Template if the component is not supported or mirrored by your insta ```yaml include: - - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.4/templates/release-by-changelog.yml' + - remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.5/templates/release-by-changelog.yml' ``` ### Customize job -- GitLab