File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments