This commit is contained in:
Anthony Sottile
2015-12-07 14:25:55 -08:00
parent 5e58796461
commit ef20046694
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

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