This commit is contained in:
Anthony Sottile 2015-05-19 09:10:48 -07:00
parent 483c4a3d6c
commit 20c546a7da
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
0.5.0
=====
- Add a new "local" hook type for running hooks without remote configuration.
- Complain loudly when .pre-commit-config.yaml is unstaged.
- Better support for multiple language versions when running hooks.
- Allow exclude to be defaulted in repository configuration.
0.4.4 0.4.4
===== =====
- Use sys.executable when executing virtualenv - Use sys.executable when executing virtualenv

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