Skip to content

Commit 8bb4d63

Browse files
committed
v1.6.0
1 parent 74fcf16 commit 8bb4d63

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- #699 PR by @asottile.
16+
117
1.5.1
218
=====
319

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='1.5.1',
12+
version='1.6.0',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

0 commit comments

Comments
 (0)