Skip to content

Commit 9641434

Browse files
committed
v2.4.0
1 parent b3c0eab commit 9641434

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2.4.0 - 2020-05-11
2+
==================
3+
4+
### Features
5+
- Add support for `post-commit` hooks
6+
- #1415 PR by @ModischFabrications.
7+
- #1411 issue by @ModischFabrications.
8+
- Silence pip version warning in python installation error
9+
- #1412 PR by @asottile.
10+
- Improve python `healthy()` when upgrading operating systems.
11+
- #1431 PR by @asottile.
12+
- #1427 issue by @ahonnecke.
13+
- `language: python_venv` is now an alias to `language: python` (and will be
14+
removed in a future version).
15+
- #1431 PR by @asottile.
16+
- Speed up python `healthy()` check.
17+
- #1431 PR by @asottile.
18+
- `pre-commit autoupdate` now tries to maintain quoting style of `rev`.
19+
- #1435 PR by @marcjay.
20+
- #1434 issue by @marcjay.
21+
22+
### Fixes
23+
- Fix installation of go modules in `repo: local`.
24+
- #1428 PR by @scop.
25+
- Fix committing with unstaged files and a failing `post-checkout` hook.
26+
- #1422 PR by @domodwyer.
27+
- #1418 issue by @domodwyer.
28+
- Fix installation of node hooks with system node installed on freebsd.
29+
- #1443 PR by @asottile.
30+
- #1440 issue by @jockej.
31+
- Fix ruby hooks when `GEM_PATH` is set globally.
32+
- #1442 PR by @tdeo.
33+
- Improve error message when `pre-commit autoupdate` /
34+
`pre-commit migrate-config` are run but the pre-commit configuration is not
35+
valid yaml.
36+
- #1448 PR by @asottile.
37+
- #1447 issue by @rpdelaney.
38+
139
2.3.0 - 2020-04-22
240
==================
341

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.3.0
3+
version = 2.4.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)