From eecf3472ffa1ce8e8f4638956d319820d80bdf54 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 23 Oct 2018 10:55:09 -0700 Subject: [PATCH] v1.12.0 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d5f80f..355b0824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.12.0 +====== + +### Fixes +- Install multi-hook repositories only once (performance) + - issue by @chriskuehl. + - #852 PR by @asottile. +- Improve performance by factoring out pkg_resources (performance) + - #840 issue by @RonnyPfannschmidt. + - #846 PR by @asottile. + 1.11.2 ====== diff --git a/setup.py b/setup.py index e831faf3..7c0a958f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/pre-commit/pre-commit', - version='1.11.2', + version='1.12.0', author='Anthony Sottile', author_email='asottile@umich.edu', classifiers=[