From 6bfb89854029b3660e6f920b7e7115833b6ba214 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Wed, 26 Jun 2024 14:09:36 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.3.2=20=E2=86=92=200.4.0=20[CI?= =?UTF-8?q?=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb91fce..cbab9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.0 (2024-06-26) + +### Feat + +- :sparkles: add option to fetch git tags when getting latest + ## 0.3.2 (2024-06-25) ### Fix diff --git a/cz.yaml b/cz.yaml index e844cba..31b157c 100644 --- a/cz.yaml +++ b/cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.3.2 + version: 0.4.0 version_scheme: semver