Skip to content

Commit f1de792

Browse files
committed
v2.7.0
1 parent a438dbf commit f1de792

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2.7.0 - 2020-08-22
2+
==================
3+
4+
### Features
5+
- Produce error message if an environment is immediately unhealthy
6+
- #1535 PR by @asottile.
7+
- Add --no-allow-missing-config option to init-templatedir
8+
- #1539 PR by @singergr.
9+
- Add warning for old list-style configuration
10+
- #1544 PR by @asottile.
11+
- Allow pre-commit to succeed on a readonly store.
12+
- #1570 PR by @asottile.
13+
- #1536 issue by @asottile.
14+
15+
### Fixes
16+
- Fix error messaging when the store directory is readonly
17+
- #1546 PR by @asottile.
18+
- #1536 issue by @asottile.
19+
- Improve `diff` performance with many hooks
20+
- #1566 PR by @jhenkens.
21+
- #1564 issue by @jhenkens.
22+
23+
124
2.6.0 - 2020-07-01
225
==================
326

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.6.0
3+
version = 2.7.0
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)