From 834ed0f229a39c986b241374f6d338632e003b5f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 17 Mar 2018 20:40:02 -0700 Subject: [PATCH] v1.8.2 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6b9c09..b3fe15cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.8.2 +===== + +### Fixes +- Fix cloning relative paths (regression in 1.7.0) + - #728 issue by @jdswensen. + - #729 PR by @asottile. + + 1.8.1 ===== diff --git a/setup.py b/setup.py index 3fe083ec..48aabd2c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.8.1', + version='1.8.2', author='Anthony Sottile', author_email='asottile@umich.edu',