Skip to content

Commit b7651d8

Browse files
bump: version 0.1.0 → 0.2.0
1 parent 6ed08c9 commit b7651d8

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ commitizen:
55
name: cz_conventional_commits
66
tag_format: v$version
77
update_changelog_on_bump: true
8-
version: 0.1.0
8+
version: 0.2.0
99
version_scheme: semver2

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.2.0 (2025-11-21)
2+
3+
### Feat
4+
5+
- **action**: enable cache
6+
- **examples**: add new build-changelog
7+
- **examples**: add new collect-version-info
8+
9+
### Fix
10+
11+
- **tests**: add a new test for a command
12+
- **example**: remove wrong parameter
13+
- exclude nix from language profile
14+
115
## v0.1.0 (2025-11-20)
216

317
### Feat

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
|-----|-----------|-------|:------:|
3434
|`version`|Version of commitizen to install|`latest`|no|
3535
|`extra_requirements`|Install extra dependencies|n/a|no|
36+
|`cache`|Cache commitizen installation, set to "true" to enable|`false`|no|
3637
## Outputs
3738
None
3839
<!--doc_end-->

0 commit comments

Comments
 (0)