From fa701ea21c562c9e479aa3bf4a53735b3fb0958c Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Sun, 12 May 2024 21:37:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.3=20=E2=86=92=200.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84ae6e..1a4815a 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] +## [0.3.4] - 2024-05-12 + +* Better documentation + ## [0.3.3] - 2024-05-12 ### Fixed diff --git a/README.md b/README.md index 9fa21bb..3942512 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ As a Template: ```yaml include: - project: 'swepy/cicd-templates/release-by-changelog' - ref: '0.3.3' + ref: '0.3.4' file: 'templates/release-by-changelog.yml' ``` @@ -29,7 +29,7 @@ As a Component: ```yaml # As a Component include: - - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.3.3 + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@0.3.4 ``` ### Customize job diff --git a/pyproject.toml b/pyproject.toml index fbc5c67..9ecf386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.bumpversion] commit = true config-file = "pyproject.toml" -current_version = "0.3.3" +current_version = "0.3.4" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" search = "{current_version}" -- GitLab