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',