From a39ab69b778e7cce3ccc5d8dfbaab70e5078f82c Mon Sep 17 00:00:00 2001 From: AbdelrhmanHamouda Date: Wed, 30 Nov 2022 17:36:08 +0100 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.2.3=20=E2=86=92=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ build.gradle | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index ed2930c..bc06f5f 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,6 +4,6 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.2.3 + version: 0.3.0 version_files: - build.gradle:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cfa59..204e0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 (2022-11-30) + +### Feat + +- **65**: Allow for "-" to be part of the metadata name (#66) + ## 0.2.3 (2022-11-30) ### Fix diff --git a/build.gradle b/build.gradle index a43e3b0..a2ebdd0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } // Automatically managed by commitizen (.cz.yaml) -version = "0.2.3" +version = "0.3.0" group = "com.locust" repositories {