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 c420741 commit fbebd84Copy full SHA for fbebd84
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+1.8.1
2
+=====
3
+
4
+### Fixes
5
+- Fix integration with go 1.10 and `pkg` directory
6
+ - #725 PR by @asottile
7
+- Restore support for `git<1.8.5` (inadvertantly removed in 1.7.0)
8
+ - #723 issue by @JohnLyman.
9
+ - #724 PR by @asottile.
10
11
12
1.8.0
13
=====
14
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='1.8.0',
+ version='1.8.1',
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments