We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b511bac commit 26e60faCopy full SHA for 26e60fa
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.9.1
2
+=====
3
+- Remove some python2.6 compatibility
4
+- Fix staged-files-only with external diff tools
5
+
6
0.9.0
7
=====
8
- Only consider forward diff in changed files
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.9.0',
+ version='0.9.1',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments