We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a209f commit 5056448Copy full SHA for 5056448
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.18.2
2
+======
3
+- Fix `--all-files`, detection of staged files, detection of manually edited
4
+ files during merge conflict, and detection of files to push for non-ascii
5
+ filenames.
6
+
7
0.18.1
8
======
9
- Only mention locking when waiting for a lock.
setup.py
@@ -9,7 +9,7 @@
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.18.1',
+ version='0.18.2',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments