From 7c213f448209a7d4448debf1ebbdc25d965a3b33 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 20 May 2016 15:28:16 -0700 Subject: [PATCH] v0.8.2 --- CHANGELOG.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c3778f..2494b9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index c66ffd0b..240db429 100644 --- a/setup.py +++ b/setup.py @@ -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',