diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b99d52c..2e72bc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.12.0 +====== +- The new default file for implementing hooks in remote repositories is now + .pre-commit-hooks.yaml to encourage repositories to add the metadata. As + such, the previous hooks.yaml is now deprecated and generates a warning. +- Fix bug with local configuration interfering with ruby hooks +- Added support for hooks written in golang. + 0.11.0 ====== - SwiftPM support. diff --git a/setup.py b/setup.py index a248dde2..88a98990 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.11.0', + version='0.12.0', author='Anthony Sottile', author_email='asottile@umich.edu',