mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.0.1
This commit is contained in:
parent
39314bfd7e
commit
94dde26603
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue