We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0636f1 commit 8a43a65Copy full SHA for 8a43a65
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.6.4
2
+=====
3
+- Fix regression introduced in 0.6.3 regarding hooks which make non-utf8 diffs
4
+
5
0.6.3
6
=====
7
- Remove `expected_return_code`
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.6.3',
+ version='0.6.4',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments