Skip to content

Commit 7b4667e

Browse files
committed
v3.7.0
1 parent d46c8fc commit 7b4667e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.7.0 - 2024-03-24
2+
==================
3+
4+
### Features
5+
- Use a tty for `docker` and `docker_image` hooks when `--color` is specified.
6+
- #3122 PR by @glehmann.
7+
8+
### Fixes
9+
- Fix `fail_fast` for individual hooks stopping when previous hooks had failed.
10+
- #3167 issue by @tp832944.
11+
- #3168 PR by @asottile.
12+
13+
### Updating
14+
- The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0
15+
behaviour, add `fail_fast: true` to all hooks before the last `fail_fast`
16+
hook.
17+
118
3.6.2 - 2024-02-18
219
==================
320

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 = 3.6.2
3+
version = 3.7.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)