diff --git a/CHANGELOG.md b/CHANGELOG.md index a616c522..060f6ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +0.6.8 +===== +- Build as a universal wheel +- Allow '.format('-like strings in arguments +- Add an option to require a minimum pre-commit version + 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 diff --git a/setup.py b/setup.py index d58d8f61..d9d7e215 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.6.7', + version='0.6.8', author='Anthony Sottile', author_email='asottile@umich.edu',