Skip to content

Commit d9dea55

Browse files
bump: version 0.5.2 → 0.6.0
1 parent 62e7a0b commit d9dea55

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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.5.2
8+
version: 0.6.0
99
version_scheme: semver2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.0 (2025-11-27)
2+
3+
### Feat
4+
5+
- **inputs**: Expose python-version param
6+
17
## v0.5.2 (2025-11-25)
28

39
### Fix

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
|-----|-----------|-------|:------:|
4040
|`version`|Version of commitizen to install|`latest`|no|
4141
|`extra_requirements`|Install extra dependencies|n/a|no|
42+
|`python-version`|Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset. Passed directly to setup-python|n/a|no|
4243
## Outputs
4344
None
4445
<!--doc_end-->

0 commit comments

Comments
 (0)