Skip to content

Commit 242ce8a

Browse files
committed
v4.6.1
1 parent 766e550 commit 242ce8a

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
4.6.1 - 2026-07-21
2+
==================
3+
4+
### Fixes
5+
- Install `language: node` hooks via `git`.
6+
- Fixes npm 12.x compatibility
7+
- #3719 PR by @asottile.
8+
- #3517 issue by @ojob.
9+
- Set `JULIA_DEPOT_PATH` for `language: julia`.
10+
- #3711 PR by @damonbayer.
11+
- pre-commit-ci/runner-image#335 issue by @damonbayer.
12+
- Produce error on mistyped `--repo` for `pre-commit autoupdate`.
13+
- #3701 PR by @mxr.
14+
- #3695 issue by @mxr.
15+
- Improve performance of commit existence check in `pre-push`.
16+
- #3726 PR by @asottile.
17+
- #3604 issue by @ptarjan.
18+
- Avoid duplicating conflicted filenames during `pre-commit run --all-files`.
19+
- #3727 PR by @asottile.
20+
- #3706 issue by @RomanValov.
21+
122
4.6.0 - 2026-04-21
223
==================
324

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.6.0
3+
version = 4.6.1
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)