Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f35134b

Browse files
committed
v4.6.0
1 parent 2a51ffc commit f35134b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.6.0 - 2026-04-21
2+
==================
3+
4+
### Features
5+
- `pre-commit hook-impl`: allow `--hook-dir` to be missing to enable easier
6+
usage with `git` 2.54+ git hooks.
7+
- #3662 PR by @asottile.
8+
9+
### Fixes
10+
- `pre-commit hook-impl`: `--hook-type` is required.
11+
- #3661 PR by @asottile.
12+
113
4.5.1 - 2025-12-16
214
==================
315

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.5.1
3+
version = 4.6.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)