Skip to content

Commit ffb6df7

Browse files
bump: version 3.20.0 → 3.21.0
1 parent b42a676 commit ffb6df7

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
exclude: "poetry.lock"
4747

4848
- repo: https://github.com/commitizen-tools/commitizen
49-
rev: v3.20.0 # automatically updated by Commitizen
49+
rev: v3.21.0 # automatically updated by Commitizen
5050
hooks:
5151
- id: commitizen
5252
- id: commitizen-branch

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v3.21.0 (2024-03-30)
2+
3+
### Feat
4+
5+
- **commit**: add retry_after_failure config option and --no-retry flag
6+
7+
### Refactor
8+
9+
- **utils**: convert git project root to posix path for backup file name
10+
- **commit**: use Optional[str] instead of str | None
11+
- **commit**: remove unused tempfile import
12+
- **git-hooks**: make git hooks use get_backup_file_path
13+
- **utils**: move backup path creation to utils
14+
115
## v3.20.0 (2024-03-19)
216

317
### Feat

commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.20.0"
1+
__version__ = "3.21.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "3.20.0"
2+
version = "3.21.0"
33
tag_format = "v$version"
44
version_files = [
55
"pyproject.toml:version",
@@ -9,7 +9,7 @@ version_files = [
99

1010
[tool.poetry]
1111
name = "commitizen"
12-
version = "3.20.0"
12+
version = "3.21.0"
1313
description = "Python commitizen client tool"
1414
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
1515
license = "MIT"

0 commit comments

Comments
 (0)