This commit is contained in:
Anthony Sottile 2020-08-22 13:31:12 -07:00
parent a438dbfcf6
commit f1de792877
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,26 @@
2.7.0 - 2020-08-22
==================
### Features
- Produce error message if an environment is immediately unhealthy
- #1535 PR by @asottile.
- Add --no-allow-missing-config option to init-templatedir
- #1539 PR by @singergr.
- Add warning for old list-style configuration
- #1544 PR by @asottile.
- Allow pre-commit to succeed on a readonly store.
- #1570 PR by @asottile.
- #1536 issue by @asottile.
### Fixes
- Fix error messaging when the store directory is readonly
- #1546 PR by @asottile.
- #1536 issue by @asottile.
- Improve `diff` performance with many hooks
- #1566 PR by @jhenkens.
- #1564 issue by @jhenkens.
2.6.0 - 2020-07-01 2.6.0 - 2020-07-01
================== ==================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 2.6.0 version = 2.7.0
description = A framework for managing and maintaining multi-language pre-commit hooks. description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown