Skip to content

Commit cb798dc

Browse files
bump: version 2.35.0 → 2.36.0
1 parent 423c4d6 commit cb798dc

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: no-commit-to-branch
1515

1616
- repo: https://github.com/commitizen-tools/commitizen
17-
rev: v2.35.0 # automatically updated by Commitizen
17+
rev: v2.36.0 # automatically updated by Commitizen
1818
hooks:
1919
- id: commitizen
2020
- id: commitizen-branch

CHANGELOG.md

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

2+
## v2.36.0 (2022-10-28)
3+
4+
### Feat
5+
6+
- **scripts**: remove `venv/bin/`
7+
- **scripts**: add error message to `test`
8+
9+
### Fix
10+
11+
- **scripts/test**: MinGW64 workaround
12+
- **scripts/test**: use double-quotes
13+
- **scripts**: pydocstyle and cz
14+
- **bump.py**: use `sys.stdin.isatty()`
15+
- **scripts**: use cross-platform POSIX
16+
- **scripts**: use portable shebang
17+
- **pythonpackage.yml**: undo indent reformatting
18+
- **pythonpackage.yml**: use `bash`
19+
220
## v2.35.0 (2022-09-23)
321

422
### Feat

commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.35.0"
1+
__version__ = "2.36.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 = "2.35.0"
2+
version = "2.36.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.35.0"
33+
version = "2.36.0"
3434
description = "Python commitizen client tool"
3535
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3636
license = "MIT"

0 commit comments

Comments
 (0)