From 7a7667fb1ef04458641ea908349d86b4552c17b7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 2 Dec 2015 11:41:26 -0800 Subject: [PATCH] v0.6.7 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2e47af..a616c522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.6.7 +- Print a useful message when a hook id is not present +- Fix printing of non-ascii with unexpected errors +- Print a message when a hook modifies files but produces no output + 0.6.6 ===== - Add `additional_dependencies` to hook configuration. diff --git a/setup.py b/setup.py index 43b69da1..02415185 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.6.6', + version='0.6.7', author='Anthony Sottile', author_email='asottile@umich.edu',