Skip to content

Commit cc4a522

Browse files
committed
v4.0.1
1 parent 772d7d4 commit cc4a522

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.0.1 - 2024-10-08
2+
==================
3+
4+
### Fixes
5+
- Fix `pre-commit migrate-config` for unquoted deprecated stages names with
6+
purelib `pyyaml`.
7+
- #3324 PR by @asottile.
8+
- pre-commit-ci/issues#234 issue by @lorenzwalthert.
9+
110
4.0.0 - 2024-10-05
211
==================
312

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.0.0
3+
version = 4.0.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)