This commit is contained in:
Anthony Sottile 2017-08-01 13:41:54 -07:00
parent 5c6273e0b0
commit a3f7b408ab
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
0.16.0
======
- Remove backward compatibility with repositories providing metadata via
`hooks.yaml`. New repositories should provide `.pre-commit-hooks.yaml`.
Run `pre-commit autoupdate` to upgrade to the latest repositories.
- Improve golang support when running under cygwin.
- Fix crash with unstaged trailing whitespace additions while git was
configured with `apply.whitespace = error`.
- Fix crash with unstaged end-of-file crlf additions and the file's lines
ended with crlf while git was configured with `core-autocrlf = true`.
0.15.4
======
- Add support for the `commit-msg` git hook

View file

@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.15.4',
version='0.16.0',
author='Anthony Sottile',
author_email='asottile@umich.edu',