Skip to content

Commit fd3702d

Browse files
bump: version 0.4.1 → 0.5.0
1 parent 349057c commit fd3702d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.4.1
8+
version: 0.5.0
99
version_scheme: semver2

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
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
4241
None
4342
<!--doc_end-->

0 commit comments

Comments
 (0)