This commit is contained in:
Anthony Sottile 2015-05-23 20:34:58 -07:00
parent b0a44462dd
commit f537b77808
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.5.1
=====
- Fix bug with unknown non-ascii hook-id
- Avoid crash when .git/hooks is not present in some git clients
0.5.0 0.5.0
===== =====
- Add a new "local" hook type for running hooks without remote configuration. - Add a new "local" hook type for running hooks without remote configuration.

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.0', version='0.5.1',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',