Skip to content

Commit a355914

Browse files
bump: version 3.12.0 → 3.13.0
1 parent a49bd91 commit a355914

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
exclude: "poetry.lock"
4747

4848
- repo: https://github.com/commitizen-tools/commitizen
49-
rev: v3.12.0 # automatically updated by Commitizen
49+
rev: v3.13.0 # automatically updated by Commitizen
5050
hooks:
5151
- id: commitizen
5252
- id: commitizen-branch

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
## v3.13.0 (2023-12-03)
3+
4+
### Feat
5+
6+
- **commands-bump**: automatically create annotated tag if message is given
7+
- add tag message argument to cli
8+
- **git**: add get tag message function
9+
- add custom message to annotated git tag
10+
11+
### Fix
12+
13+
- **test-bump-command**: typo in --annotated-tag option inside test
14+
- **commitizen-git**: add quotes for tag message
15+
16+
### Refactor
17+
18+
- **commands-bump**: make changelog variable in 1 line
19+
- **commands-bump**: cast str to bool
20+
221
## v3.12.0 (2023-10-18)
322

423
### Feat

Diff for: commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.12.0"
1+
__version__ = "3.13.0"

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "3.12.0"
2+
version = "3.13.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.12.0"
12+
version = "3.13.0"
1313
description = "Python commitizen client tool"
1414
authors = ["Santiago Fraire <[email protected]>"]
1515
license = "MIT"

0 commit comments

Comments
 (0)