Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94dde26

Browse files
committed
v1.0.1
1 parent 39314bf commit 94dde26

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
1.0.0
211
=====
312
pre-commit will now be following [semver](http://semver.org/). Thanks to all

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='1.0.0',
12+
version='1.0.1',
1313

1414
author='Anthony Sottile',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)