This commit is contained in:
Anthony Sottile
2014-10-07 18:31:06 -07:00
parent 85aa1c428a
commit 6836e9187c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
0.3.2
=====
- Fix for `staged_files_only` with color.diff = always #176.
0.3.1
=====
- Fix error clobbering #174.

View File

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