Skip to content

Commit e27c400

Browse files
committed
v0.5.4
1 parent 5f5947d commit e27c400

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.5.3
28
=====
39
- Fix autoupdate with "local" hooks - don't purge local hooks.

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='0.5.3',
12+
version='0.5.4',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

0 commit comments

Comments
 (0)