diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e72bc11..c79d6f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 88a98990..d8ad57f7 100644 --- a/setup.py +++ b/setup.py @@ -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',