Skip to content

Commit 672ff94

Browse files
bump: version 3.1.1 → 3.2.0
1 parent 73a4ba7 commit 672ff94

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: no-commit-to-branch
2121

2222
- repo: https://github.com/commitizen-tools/commitizen
23-
rev: v3.1.1 # automatically updated by Commitizen
23+
rev: v3.2.0 # automatically updated by Commitizen
2424
hooks:
2525
- id: commitizen
2626
- id: commitizen-branch

CHANGELOG.md

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

2+
## v3.2.0 (2023-05-01)
3+
4+
### Feat
5+
6+
- **hooks**: add prepare-commit-msg and post-commit hooks
7+
- **commit**: add --write-message-to-file option
8+
9+
### Fix
10+
11+
- **bump**: better match for change_type when finding increment
12+
- **changelog**: breaking change on additional types for conventional commits
13+
- **bump**: breaking changes on additional types for conventional commits
14+
- improve errors message when empty .cz.json found
15+
- **init**: poetry detection
16+
- bump decli which is type hinted
17+
18+
### Refactor
19+
20+
- **commit**: change type of write_message_to_file to path
21+
222
## v3.1.1 (2023-04-28)
323

424
### Fix

commitizen/__version__.py

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

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.1.1"
2+
version = "3.2.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.1.1"
12+
version = "3.2.0"
1313
description = "Python commitizen client tool"
1414
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
1515
license = "MIT"

0 commit comments

Comments
 (0)