We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faf92c commit dd8b974Copy full SHA for dd8b974
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# CHANGELOG
2
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
23
## v1.8.0
24
25
### Feature
0 commit comments