Skip to content

Commit 40c5bda

Browse files
committed
v2.21.0
1 parent bb27ea3 commit 40c5bda

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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+
141
2.20.0 - 2022-07-10
242
===================
343

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.20.0
3+
version = 2.21.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)