This commit is contained in:
Anthony Sottile
2015-12-22 19:33:34 -08:00
parent fadeb509ad
commit 75aaadd4c4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
0.7.3
=====
- Fix regression introduced in 0.7.1 breaking `git commit -a`
0.7.2
=====
- Add `always_run` setting for hooks to run even without file changes.

View File

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