This commit is contained in:
Anthony Sottile 2024-10-08 12:08:49 -04:00
parent 772d7d45d3
commit cc4a522415
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
4.0.1 - 2024-10-08
==================
### Fixes
- Fix `pre-commit migrate-config` for unquoted deprecated stages names with
purelib `pyyaml`.
- #3324 PR by @asottile.
- pre-commit-ci/issues#234 issue by @lorenzwalthert.
4.0.0 - 2024-10-05 4.0.0 - 2024-10-05
================== ==================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 4.0.0 version = 4.0.1
description = A framework for managing and maintaining multi-language pre-commit hooks. description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown