Skip to content

Commit 2fa0fab

Browse files
committed
v1.14.3
1 parent f3b4565 commit 2fa0fab

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.14.3
2+
======
3+
4+
### Fixes
5+
- Improve performance of filename classification by 45% - 55%.
6+
- #921 PR by @asottile.
7+
- Fix installing `go` hooks while `GOBIN` environment variable is set.
8+
- #924 PR by @ashanbrown.
9+
- Fix crash while running `pre-commit migrate-config` / `pre-commit autoupdate`
10+
with an empty configuration file.
11+
- #929 issue by @ardakuyumcu.
12+
- #933 PR by @jessebona.
13+
- Require a newer virtualenv to fix metadata-based setup.cfg installs.
14+
- #936 PR by @asottile.
15+
116
1.14.2
217
======
318

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/pre-commit/pre-commit',
16-
version='1.14.2',
16+
version='1.14.3',
1717
author='Anthony Sottile',
1818
author_email='[email protected]',
1919
classifiers=[

0 commit comments

Comments
 (0)