Skip to content

Commit de5c39c

Browse files
committedDec 31, 2022
bump: version 2.39.0 → 2.39.1
1 parent 004c86e commit de5c39c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: no-commit-to-branch
1515

1616
- repo: https://github.com/commitizen-tools/commitizen
17-
rev: v2.39.0 # automatically updated by Commitizen
17+
rev: v2.39.1 # automatically updated by Commitizen
1818
hooks:
1919
- id: commitizen
2020
- id: commitizen-branch

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## v2.39.1 (2022-12-31)
3+
4+
### Fix
5+
6+
- filter git diff from commit message
7+
28
## v2.39.0 (2022-12-31)
39

410
### Feat

‎commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.39.0"
1+
__version__ = "2.39.1"

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "2.39.0"
2+
version = "2.39.1"
33
tag_format = "v$version"
44
version_files = [
55
"pyproject.toml:version",
@@ -30,7 +30,7 @@ exclude = '''
3030

3131
[tool.poetry]
3232
name = "commitizen"
33-
version = "2.39.0"
33+
version = "2.39.1"
3434
description = "Python commitizen client tool"
3535
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3636
license = "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.