From 6836e9187cb80ef5a848a12a771e2651a2c352c2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 7 Oct 2014 18:31:06 -0700 Subject: [PATCH] v0.3.2 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c1e31b..4a9ad74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.2 +===== +- Fix for `staged_files_only` with color.diff = always #176. + 0.3.1 ===== - Fix error clobbering #174. diff --git a/setup.py b/setup.py index 5ac74bb0..84925844 100644 --- a/setup.py +++ b/setup.py @@ -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',