From 964ea60e55c25e7760da774d41b9a1cd5119a775 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Fri, 25 Oct 2024 16:16:43 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.12.0=20=E2=86=92=200.13.0=20[?= =?UTF-8?q?CI=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 33ef3e7..492320c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.13.0 (2024-10-25) + +### Feat + +- :sparkles: use time.Time.Before() instead of Sub() + ## 0.12.0 (2024-10-25) ### Feat diff --git a/cz.yaml b/cz.yaml index a5c23a1..09f96c6 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.12.0 + version: 0.13.0 version_scheme: semver