This commit is contained in:
Anthony Sottile
2017-09-05 08:40:13 -07:00
parent e8a209f5eb
commit 50564480fb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
0.18.2
======
- Fix `--all-files`, detection of staged files, detection of manually edited
files during merge conflict, and detection of files to push for non-ascii
filenames.
0.18.1
======
- Only mention locking when waiting for a lock.

View File

@@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.18.1',
version='0.18.2',
author='Anthony Sottile',
author_email='asottile@umich.edu',