We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5947d commit e27c400Copy full SHA for e27c400
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.5.4
2
+=====
3
+- Allow hooks to produce outputs with arbitrary bytes
4
+- Fix pre-commit install when .git/hooks/pre-commit is a dead symlink
5
+- Allow an unstaged config when using --files or --all-files
6
+
7
0.5.3
8
=====
9
- Fix autoupdate with "local" hooks - don't purge local hooks.
setup.py
@@ -9,7 +9,7 @@
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.5.3',
+ version='0.5.4',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments