Skip to content

Commit 66c6320

Browse files
bump: version 2.23.0 → 2.24.0
1 parent 1570947 commit 66c6320

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

2+
## v2.24.0 (2022-04-15)
3+
4+
### Fix
5+
6+
- change error code for NoneIncrementExit
7+
8+
### Feat
9+
10+
- add --no-raise to avoid raising error codes
11+
212
## v2.23.0 (2022-03-29)
313

414
### Feat

commitizen/__version__.py

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

pyproject.toml

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

3030
[tool.poetry]
3131
name = "commitizen"
32-
version = "2.23.0"
32+
version = "2.24.0"
3333
description = "Python commitizen client tool"
3434
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3535
license = "MIT"

0 commit comments

Comments
 (0)