Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39314bf commit 94dde26Copy full SHA for 94dde26
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+1.0.1
2
+=====
3
+
4
+## Fixes
5
+- Fix a regression in the return code of `pre-commit autoupdate`
6
+ - `pre-commit migrate-config` and `pre-commit autoupdate` return 0 when
7
+ successful.
8
+ - #614 PR by @asottile.
9
10
1.0.0
11
=====
12
pre-commit will now be following [semver](http://semver.org/). Thanks to all
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='1.0.0',
+ version='1.0.1',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments