This commit is contained in:
Anthony Sottile
2017-09-07 09:56:51 -07:00
parent 39314bfd7e
commit 94dde26603
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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',