Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efda3cd commit 7c213f4Copy full SHA for 7c213f4
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+0.8.2
2
+=====
3
+- Fix a crash introduced in 0.8.0 when an executable was not found
4
+
5
0.8.1
6
=====
-- Fix regression introduced in 0.8.1 when already using rbenv with no
7
+- Fix regression introduced in 0.8.0 when already using rbenv with no
8
configured ruby hook version
9
10
0.8.0
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.8.1',
+ version='0.8.2',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments