We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c6175 commit f4595dcCopy full SHA for f4595dc
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+1.1.1
2
+=====
3
+
4
+### Features
5
+- pre-commit also checks the `ssl` module for virtualenv health
6
+ - Suggestion by @merwok.
7
+ - #619 PR by @asottile.
8
+### Fixes
9
+- pre-commit no longer crashes with unstaged files when run for the first time
10
+ - #620 #621 issue by @Lucas-C.
11
+ - #622 PR by @asottile.
12
13
1.1.0
14
=====
15
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='1.1.0',
+ version='1.1.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',
0 commit comments