Skip to content

Commit f511afe

Browse files
committed
v2.7.1
1 parent 7c804ca commit f511afe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.7.1 - 2020-08-23
2+
==================
3+
4+
### Fixes
5+
- Improve performance of docker hooks by removing slow `ps` call
6+
- #1572 PR by @rkm.
7+
- #1569 issue by @asottile.
8+
- Fix un-`healthy()` invalidation followed by install being reported as
9+
un-`healthy()`.
10+
- #1576 PR by @asottile.
11+
- #1575 issue by @jab.
12+
- Fix rare file race condition on windows with `os.replace()`
13+
- #1577 PR by @asottile.
14+
115
2.7.0 - 2020-08-22
216
==================
317

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.7.0
3+
version = 2.7.1
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)