Skip to content

Commit e24530e

Browse files
committed
bump: version 1.25.0 → 2.0.0
1 parent a156672 commit e24530e

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v2.0.0 (2020-07-26)
2+
3+
### Fix
4+
5+
- add missing `pyyaml` dependency
6+
- **cli**: make command required for commitizen
7+
8+
### Feat
9+
10+
- **init**: enable setting up pre-commit hook through "cz init"
11+
12+
### Refactor
13+
14+
- **config**: drop "files" configure support. Please use "version_files" instead
15+
- **config**: remove ini configuration support
16+
- **cli**: remove "--version" argument
17+
18+
### BREAKING CHANGE
19+
20+
- setup.cfg, .cz and .cz.cfg are no longer supported
21+
- Use "cz verion" instead
22+
- "cz --debug" will no longer work
23+
124
## v1.25.0 (2020-07-26)
225

326
### Feat

commitizen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.25.0"
1+
__version__ = "2.0.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.25.0"
2+
version = "2.0.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 = "1.25.0"
32+
version = "2.0.0"
3333
description = "Python commitizen client tool"
3434
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3535
license = "MIT"

0 commit comments

Comments
 (0)