diff --git a/CHANGELOG.md b/CHANGELOG.md index 13320a75..c74de003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.13.0 +====== +- Autoupdate now works even when the current state is broken. +- Improve pre-push fileset on new branches +- Allow "language local" hooks, hooks which install dependencies using + `additional_dependencies` and `language` are now allowed in `repo: local`. + 0.12.2 ====== - Fix docker hooks on older (<1.12) docker diff --git a/setup.py b/setup.py index 6f7baf25..0e345cc5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.12.2', + version='0.13.0', author='Anthony Sottile', author_email='asottile@umich.edu',