|
| 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 | + |
1 | 39 | 2.3.0 - 2020-04-22 |
2 | 40 | ================== |
3 | 41 |
|
|
0 commit comments