This commit is contained in:
Anthony Sottile 2015-09-04 08:48:58 -07:00
parent a8e1eaa512
commit 857fd4ea72
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
0.5.5
=====
- Change permissions a few files
- Rename the validate entrypoints
- Add --version to some entrypoints
- Add --no-document to gem installations
- Use expanduser when finding the python binary
- Suppress complaint about $TERM when no tty is attached
- Support pcre hooks on osx through ggrep
0.5.4 0.5.4
===== =====
- Allow hooks to produce outputs with arbitrary bytes - Allow hooks to produce outputs with arbitrary bytes

View file

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