We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fcf16 commit 8bb4d63Copy full SHA for 8bb4d63
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+1.6.0
2
+=====
3
+
4
+### Features
5
+- Hooks now may have a `verbose` option to produce output even without failure
6
+ - #689 issue by @bagerard.
7
+ - #695 PR by @bagerard.
8
+- Installed hook no longer requires `bash`
9
+ - #699 PR by @asottile.
10
11
+### Fixes
12
+- legacy pre-push / commit-msg hooks are now invoked as if `git` called them
13
+ - #693 issue by @samskiter.
14
+ - #694 PR by @asottile.
15
16
17
1.5.1
18
=====
19
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='1.5.1',
+ version='1.6.0',
author='Anthony Sottile',
author_email='asottile@umich.edu',
0 commit comments