Skip to content

Commit dd8b974

Browse files
committed
docs(CHANGELOG): added unreleased information
1 parent 5faf92c commit dd8b974

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CHANGELOG
22

3+
## Unreleased
4+
5+
### Feature
6+
7+
- new `version` command. `--version` will be deprecated in `2.0.0`
8+
- new `git-cz` entrypoint. After installing `commitizen` you can run `git cz c` (#60)
9+
- new `--dry-run` argument in `commit` (#56)
10+
- new `cz check` command which checks if the message is valid with the rules (#59). Useful for git hooks.
11+
- create a commiting rule directly in the config file (#54)
12+
- support for multi-line body (#6)
13+
- support for jinja templates. Install doign `pip install -U commitizen[jinja2]`.
14+
- support for `.cz.toml`. The confs depending on `ConfigParser` will be deprecated in `2.0.0`.
15+
16+
17+
### Fix
18+
19+
- tests were fixed
20+
- windows error when removing folders (#67)
21+
- typos in docs
22+
323
## v1.8.0
424

525
### Feature

0 commit comments

Comments
 (0)