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