This commit is contained in:
Anthony Sottile
2015-07-24 07:47:18 -07:00
parent 5f5947d1c8
commit e27c400b9d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
0.5.4
=====
- Allow hooks to produce outputs with arbitrary bytes
- Fix pre-commit install when .git/hooks/pre-commit is a dead symlink
- Allow an unstaged config when using --files or --all-files
0.5.3
=====
- Fix autoupdate with "local" hooks - don't purge local hooks.

View File

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