Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Feb 4, 2018
1 parent 74fcf16 commit 8bb4d63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.6.0
=====

### Features
- Hooks now may have a `verbose` option to produce output even without failure
- #689 issue by @bagerard.
- #695 PR by @bagerard.
- Installed hook no longer requires `bash`
- #699 PR by @asottile.

### Fixes
- legacy pre-push / commit-msg hooks are now invoked as if `git` called them
- #693 issue by @samskiter.
- #694 PR by @asottile.
- #699 PR by @asottile.

1.5.1
=====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 8bb4d63

Please sign in to comment.