From e27c400b9d8998a5e52cd54d848ce2b3f74a9ae0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 24 Jul 2015 07:47:18 -0700 Subject: [PATCH] v0.5.4 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda49398..f513990c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.5.4 +===== +- Allow hooks to produce outputs with arbitrary bytes +- Fix pre-commit install when .git/hooks/pre-commit is a dead symlink +- Allow an unstaged config when using --files or --all-files + 0.5.3 ===== - Fix autoupdate with "local" hooks - don't purge local hooks. diff --git a/setup.py b/setup.py index dddf8a00..c75a8919 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.5.3', + version='0.5.4', author='Anthony Sottile', author_email='asottile@umich.edu',