mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v1.6.0
This commit is contained in:
parent
74fcf16530
commit
8bb4d63d3b
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -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
|
1.5.1
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
||||||
'hooks.'
|
'hooks.'
|
||||||
),
|
),
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='1.5.1',
|
version='1.6.0',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue