Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9a53b commit eecf347Copy full SHA for eecf347
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+1.12.0
2
+======
3
+
4
+### Fixes
5
+- Install multi-hook repositories only once (performance)
6
+ - issue by @chriskuehl.
7
+ - #852 PR by @asottile.
8
+- Improve performance by factoring out pkg_resources (performance)
9
+ - #840 issue by @RonnyPfannschmidt.
10
+ - #846 PR by @asottile.
11
12
1.11.2
13
======
14
setup.py
@@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
15
url='https://github.com/pre-commit/pre-commit',
16
- version='1.11.2',
+ version='1.12.0',
17
author='Anthony Sottile',
18
author_email='[email protected]',
19
classifiers=[
0 commit comments