This commit is contained in:
Anthony Sottile 2016-05-20 15:28:16 -07:00
parent efda3cdcd0
commit 7c213f4482
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
0.8.2
=====
- Fix a crash introduced in 0.8.0 when an executable was not found
0.8.1
=====
- Fix regression introduced in 0.8.1 when already using rbenv with no
- Fix regression introduced in 0.8.0 when already using rbenv with no
configured ruby hook version
0.8.0

View file

@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.8.1',
version='0.8.2',
author='Anthony Sottile',
author_email='asottile@umich.edu',