This commit is contained in:
Anthony Sottile
2018-02-04 12:25:52 -08:00
parent 74fcf16530
commit 8bb4d63d3b
2 changed files with 17 additions and 1 deletions

View File

@@ -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
=====

View File

@@ -9,7 +9,7 @@ setup(
'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',