Skip to content

Commit 7247d00

Browse files
bump: version 0.8.0 → 0.9.0
1 parent 30b26a6 commit 7247d00

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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.8.0
8+
version: 0.9.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.9.0 (2026-04-07)
2+
3+
### Feat
4+
5+
- allow git user and email configuration
6+
17
## v0.8.0 (2026-04-02)
28

39
### Feat

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
|`extra_requirements`|DEPRECATED, use `extra-requirements` instead. Install extra dependencies|n/a|no|
3939
|`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|
4040
|`set-git-config`|Set git config|`true`|no|
41+
|`git-user-name`|Git user name|`github-actions[bot]`|no|
42+
|`git-user-email`|Git user email|`41898282+github-actions[bot]@users.noreply.github.com`|no|
4143
## Outputs
4244
None
4345
<!--doc_end-->

0 commit comments

Comments
 (0)