We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcfe17 commit 9c37473Copy full SHA for 9c37473
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+1.11.2
2
+======
3
+
4
+### Fixes
5
+- `check-useless-exclude` now considers `types`
6
+ - #704 issue by @asottile.
7
+ - #837 PR by @georgeyk.
8
+- `pre-push` hook was not identifying all commits on push to new branch
9
+ - #843 issue by @prem-nuro.
10
+ - #844 PR by @asottile.
11
12
1.11.1
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.1',
+ version='1.11.2',
17
author='Anthony Sottile',
18
author_email='asottile@umich.edu',
19
classifiers=[
0 commit comments