From 94dde266033b0d2eb1ef2ce4facd05a87a2682b9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 7 Sep 2017 09:56:51 -0700 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd172e6f..229e2d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.0.1 +===== + +## Fixes +- Fix a regression in the return code of `pre-commit autoupdate` + - `pre-commit migrate-config` and `pre-commit autoupdate` return 0 when + successful. + - #614 PR by @asottile. + 1.0.0 ===== pre-commit will now be following [semver](http://semver.org/). Thanks to all diff --git a/setup.py b/setup.py index ab1de487..68c6a4c4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.0.0', + version='1.0.1', author='Anthony Sottile', author_email='asottile@umich.edu',