We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a4446 commit f537b77Copy full SHA for f537b77
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.5.1
2
+=====
3
+- Fix bug with unknown non-ascii hook-id
4
+- Avoid crash when .git/hooks is not present in some git clients
5
+
6
0.5.0
7
=====
8
- Add a new "local" hook type for running hooks without remote configuration.
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.5.0',
+ version='0.5.1',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments