From a5f50f8c59b29100ad637b0825460940e8fe358d Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 6 Oct 2024 14:49:59 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0c71ff4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## 0.1.0 (2024-10-06) + +### Feat + +- **commitizen**: add commitizen config +- **patches**: include submodule patch diff --git a/cz.json b/cz.json index 48d2698..85637c0 100644 --- a/cz.json +++ b/cz.json @@ -3,8 +3,8 @@ "name": "cz_conventional_commits", "tag_format": "$version", "version_scheme": "semver2", - "version": "0.0.1", + "version": "0.1.0", "update_changelog_on_bump": true, "major_version_zero": true } -} +} \ No newline at end of file