Skip to content

Commit 17cf886

Browse files
committed
v4.4.0
1 parent cb63a5c commit 17cf886

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
4.4.0 - 2025-11-08
2+
==================
3+
4+
### Features
5+
- Add `--fail-fast` option to `pre-commit run`.
6+
- #3528 PR by @JulianMaurin.
7+
- Upgrade `ruby-build` / `rbenv`.
8+
- #3566 PR by @asottile.
9+
- #3565 issue by @MRigal.
10+
- Add `language: unsupported` / `language: unsupported_script` as aliases
11+
for `language: system` / `language: script` (which will eventually be
12+
deprecated).
13+
- #3577 PR by @asottile.
14+
- Add support docker-in-docker detection for cgroups v2.
15+
- #3535 PR by @br-rhrbacek.
16+
- #3360 issue by @JasonAlt.
17+
18+
### Fixes
19+
- Handle when docker gives `SecurityOptions: null`.
20+
- #3537 PR by @asottile.
21+
- #3514 issue by @jenstroeger.
22+
- Fix error context for invalid `stages` in `.pre-commit-config.yaml`.
23+
- #3576 PR by @asottile.
24+
125
4.3.0 - 2025-08-09
226
==================
327

@@ -71,7 +95,7 @@
7195
- #3315 PR by @asottile.
7296
- #2732 issue by @asottile.
7397

74-
### Migrating
98+
### Updating
7599
- `language: python_venv` has been removed -- use `language: python` instead.
76100
- #3320 PR by @asottile.
77101
- #2734 issue by @asottile.
@@ -159,7 +183,7 @@
159183
- Use `time.monotonic()` for more accurate hook timing.
160184
- #3024 PR by @adamchainz.
161185

162-
### Migrating
186+
### Updating
163187
- Require npm 6.x+ for `language: node` hooks.
164188
- #2996 PR by @RoelAdriaans.
165189
- #1983 issue by @henryiii.

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 = 4.3.0
3+
version = 4.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)