Skip to content

Commit 996bff8

Browse files
bump: version 3.0.0 → 3.0.1
1 parent bcddd8d commit 996bff8

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
@@ -20,7 +20,7 @@ repos:
2020
- id: no-commit-to-branch
2121

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

CHANGELOG.md

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

2+
## v3.0.1 (2023-04-23)
3+
4+
### Fix
5+
6+
- typo in hook
7+
8+
### Refactor
9+
10+
- set default_install_hook_types
11+
212
## v3.0.0 (2023-04-23)
313

414
### BREAKING CHANGE

commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0"
1+
__version__ = "3.0.1"

pyproject.toml

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

0 commit comments

Comments
 (0)