Skip to content

Commit

Permalink
bump: version 4.1.0 → 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2025
1 parent d20580d commit c611981
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- tomli

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0 # automatically updated by Commitizen
rev: v4.1.1 # automatically updated by Commitizen
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v4.1.1 (2025-01-26)

### Fix

- **get-next-bump**: add a test case
- **get-next-bump**: fix to permit usage of --get-next options even when update_changelog_on_bump is set to true

## v4.1.0 (2024-12-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion commitizen/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.1.0"
__version__ = "4.1.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "4.1.0"
version = "4.1.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand All @@ -9,7 +9,7 @@ version_files = [

[tool.poetry]
name = "commitizen"
version = "4.1.0"
version = "4.1.1"
description = "Python commitizen client tool"
authors = ["Santiago Fraire <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c611981

Please sign in to comment.