|
| 1 | +2.21.0 - 2022-12-25 |
| 2 | +=================== |
| 3 | + |
| 4 | +### Features |
| 5 | +- Require new-enough virtualenv to prevent 3.10 breakage |
| 6 | + - #2467 PR by @asottile. |
| 7 | +- Respect aliases with `SKIP` for environment install. |
| 8 | + - #2480 PR by @kmARC. |
| 9 | + - #2478 issue by @kmARC. |
| 10 | +- Allow `pre-commit run --files` against unmerged paths. |
| 11 | + - #2484 PR by @asottile. |
| 12 | +- Also apply regex warnings to `repo: local` hooks. |
| 13 | + - #2524 PR by @chrisRedwine. |
| 14 | + - #2521 issue by @asottile. |
| 15 | +- `rust` is now a "first class" language -- supporting `language_version` and |
| 16 | + installation when not present. |
| 17 | + - #2534 PR by @Holzhaus. |
| 18 | +- `r` now uses more-reliable binary installation. |
| 19 | + - #2460 PR by @lorenzwalthert. |
| 20 | +- `GIT_ALLOW_PROTOCOL` is now passed through for git operations. |
| 21 | + - #2555 PR by @asottile. |
| 22 | +- `GIT_ASKPASS` is now passed through for git operations. |
| 23 | + - #2564 PR by @mattp-. |
| 24 | +- Remove `toml` dependency by using `cargo add` directly. |
| 25 | + - #2568 PR by @m-rsha. |
| 26 | +- Support `dotnet` hooks which have dotted prefixes. |
| 27 | + - #2641 PR by @rkm. |
| 28 | + - #2629 issue by @rkm. |
| 29 | + |
| 30 | +### Fixes |
| 31 | +- Properly adjust `--commit-msg-filename` if run from a sub directory. |
| 32 | + - #2459 PR by @asottile. |
| 33 | +- Simplify `--intent-to-add` detection by using `git diff`. |
| 34 | + - #2580 PR by @m-rsha. |
| 35 | +- Fix `R.exe` selection on windows. |
| 36 | + - #2605 PR by @lorenzwalthert. |
| 37 | + - #2599 issue by @SInginc. |
| 38 | +- Skip default `nuget` source when installing `dotnet` packages. |
| 39 | + - #2642 PR by @rkm. |
| 40 | + |
1 | 41 | 2.20.0 - 2022-07-10 |
2 | 42 | =================== |
3 | 43 |
|
|
0 commit comments