We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13855c4 commit b00637bCopy full SHA for b00637b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.7.4
2
+=====
3
+- Produce error message instead of crashing on non-utf8 installation failure
4
+
5
0.7.3
6
=====
7
- Fix regression introduced in 0.7.1 breaking `git commit -a`
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.7.3',
+ version='0.7.4',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments