File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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.4.1
8+ version : 0.5.0
99 version_scheme : semver2
Original file line number Diff line number Diff line change 1+ ## v0.5.0 (2025-11-25)
2+
3+ ### BREAKING CHANGE
4+
5+ - ` cache ` input is removed, as it's not adding any benefit
6+ and increases complexity. ` pip ` deps are not being cached
7+
8+ ### Fix
9+
10+ - remove unnecessary cache input
11+
112## v0.4.1 (2025-11-21)
213
314### Fix
Original file line number Diff line number Diff line change 3737|-----|-----------|-------|:------:|
3838|` version`|Version of commitizen to install|`latest`|no|
3939|`extra_requirements`|Install extra dependencies|n/a|no|
40- |`cache`|Cache python setup, set to "true" to enable|`false`|no|
4140# # Outputs
4241None
4342<!--doc_end-->
You can’t perform that action at this time.
0 commit comments