This commit is contained in:
Anthony Sottile
2015-11-25 15:13:03 -08:00
parent c6200329a2
commit 956eefc90f
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
0.6.6
=====
- Add `additional_dependencies` to hook configuration.
- Fix pre-commit cloning under git 2.6
- Small improvements for windows
0.6.5
=====
- Allow args for pcre hooks

View File

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