From 3986db81ae35758daa870dd602e42bbe754d2521 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 25 Jan 2017 21:16:04 -0800 Subject: [PATCH] v0.12.1 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',