This commit is contained in:
Anthony Sottile 2019-02-04 08:43:31 -08:00
parent f3b4565e8c
commit 2fa0fabb05
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
1.14.3
======
### Fixes
- Improve performance of filename classification by 45% - 55%.
- #921 PR by @asottile.
- Fix installing `go` hooks while `GOBIN` environment variable is set.
- #924 PR by @ashanbrown.
- Fix crash while running `pre-commit migrate-config` / `pre-commit autoupdate`
with an empty configuration file.
- #929 issue by @ardakuyumcu.
- #933 PR by @jessebona.
- Require a newer virtualenv to fix metadata-based setup.cfg installs.
- #936 PR by @asottile.
1.14.2 1.14.2
====== ======

View file

@ -13,7 +13,7 @@ setup(
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url='https://github.com/pre-commit/pre-commit', url='https://github.com/pre-commit/pre-commit',
version='1.14.2', version='1.14.3',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',
classifiers=[ classifiers=[