Skip to content

Commit 114501d

Browse files
bump: version 3.5.3 → 3.5.4
1 parent 9b010bb commit 114501d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
args: ["--write-changes", "--ignore-words-list", "asend"]
4545

4646
- repo: https://github.com/commitizen-tools/commitizen
47-
rev: v3.5.3 # automatically updated by Commitizen
47+
rev: v3.5.4 # automatically updated by Commitizen
4848
hooks:
4949
- id: commitizen
5050
- id: commitizen-branch

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## v3.5.4 (2023-07-29)
3+
4+
### Refactor
5+
6+
- replace SemVer type literals by respective constants
7+
28
## v3.5.3 (2023-07-15)
39

410
### Fix

commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.5.3"
1+
__version__ = "3.5.4"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "3.5.3"
2+
version = "3.5.4"
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.5.3"
12+
version = "3.5.4"
1313
description = "Python commitizen client tool"
1414
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
1515
license = "MIT"

0 commit comments

Comments
 (0)