From c4f636950a919366169e9691034180471616c230 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sat, 2 Sep 2023 06:20:56 +0000 Subject: [PATCH] =?UTF-8?q?build(version):=20bump=20version=200.2.0=20?= =?UTF-8?q?=E2=86=92=200.3.0rc0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 4fd2415..7dedb3a 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,4 +4,4 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.2.0 + version: 0.3.0rc0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 18cd821..2cb281c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0rc0 (2023-09-02) + +### Features + +- **ci**: [21952f4c](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/commit/21952f4cf0d08d877ce4bd443024a2de6c0ceb77) - use project gitlab-ci automagic template [ [!6](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/merge_requests/6) [#1](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/issues/1) ] + ## 0.2.0 (2023-05-21) ### Bug Fixes