We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99df3cb commit cd03f78Copy full SHA for cd03f78
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.8.1
2
+=====
3
+- Fix regression introduced in 0.8.1 when already using rbenv with no
4
+ configured ruby hook version
5
+
6
0.8.0
7
=====
8
- Fix --files when running in a subdir
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.8.0',
+ version='0.8.1',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments