This commit is contained in:
Anthony Sottile 2017-01-25 21:16:04 -08:00
parent 583bc575d5
commit 3986db81ae
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.12.1
======
- golang hooks now support additional_dependencies
- Added a --tags-only option to pre-commit autoupdate
0.12.0
======
- The new default file for implementing hooks in remote repositories is now

View file

@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.12.0',
version='0.12.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',