We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadeb50 commit 75aaaddCopy full SHA for 75aaadd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.7.3
2
+=====
3
+- Fix regression introduced in 0.7.1 breaking `git commit -a`
4
+
5
0.7.2
6
=====
7
- Add `always_run` setting for hooks to run even without file changes.
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.7.2',
+ version='0.7.3',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments