From 3bc12b14e98d624ca84dd7289663b7a365c4b9c1 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 16 Feb 2017 09:55:57 -0800 Subject: [PATCH] v0.13.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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',