Skip to content

Commit 61cc55a

Browse files
committed
v3.5.0
1 parent c9945b9 commit 61cc55a

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.5.0 - 2023-10-13
2+
==================
3+
4+
### Features
5+
- Improve performance of `check-hooks-apply` and `check-useless-excludes`.
6+
- #2998 PR by @mxr.
7+
- #2935 issue by @mxr.
8+
9+
### Fixes
10+
- Use `time.monotonic()` for more accurate hook timing.
11+
- #3024 PR by @adamchainz.
12+
13+
### Migrating
14+
- Require npm 6.x+ for `language: node` hooks.
15+
- #2996 PR by @RoelAdriaans.
16+
- #1983 issue by @henryiii.
17+
118
3.4.0 - 2023-09-02
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.4.0
3+
version = 3.5.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)