From c4d2fab2e6bbd08187895f174a13ab37ac7d1d41 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 Jun 2024 13:09:45 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.1.0=20=E2=86=92=200.2.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 edbbca9..e926f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 (2024-06-25) + +### Feat + +- :sparkles: set default of use_latest_git_tag to true + ## 0.1.0 (2024-06-25) ### Feat diff --git a/cz.yaml b/cz.yaml index a6e9e7e..a0d8d88 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.1.0 + version: 0.2.0 version_scheme: semver