Skip to content

Commit 713ce19

Browse files
bump: version 2.24.0 → 2.25.0
1 parent dd4364e commit 713ce19

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: no-commit-to-branch
1313

1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v2.24.0 # automatically updated by Commitizen
15+
rev: v2.25.0 # automatically updated by Commitizen
1616
hooks:
1717
- id: commitizen
1818
stages: [commit-msg]

CHANGELOG.md

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

2+
## v2.25.0 (2022-05-10)
3+
4+
### Feat
5+
6+
- **changelog**: Improve whitespace in changelog
7+
8+
### Refactor
9+
10+
- **changelog**: Simplify incremental_build
11+
212
## v2.24.0 (2022-04-15)
313

414
### Fix

commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.24.0"
1+
__version__ = "2.25.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "2.24.0"
2+
version = "2.25.0"
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.24.0"
33+
version = "2.25.0"
3434
description = "Python commitizen client tool"
3535
authors = ["Santiago Fraire <[email protected]>"]
3636
license = "MIT"

0 commit comments

Comments
 (0)