Skip to content

Commit dbccd57

Browse files
committed
v4.0.0
1 parent d07e529 commit dbccd57

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
4.0.0 - 2024-10-05
2+
==================
3+
4+
### Features
5+
- Improve `pre-commit migrate-config` to handle more yaml formats.
6+
- #3301 PR by @asottile.
7+
- Handle `stages` deprecation in `pre-commit migrate-config`.
8+
- #3302 PR by @asottile.
9+
- #2732 issue by @asottile.
10+
- Upgrade `ruby-build`.
11+
- #3199 PR by @ThisGuyCodes.
12+
- Add "sensible regex" warnings to `repo: meta`.
13+
- #3311 PR by @asottile.
14+
- Add warnings for deprecated `stages` (`commit` -> `pre-commit`, `push` ->
15+
`pre-push`, `merge-commit` -> `pre-merge-commit`).
16+
- #3312 PR by @asottile.
17+
- #3313 PR by @asottile.
18+
- #3315 PR by @asottile.
19+
- #2732 issue by @asottile.
20+
21+
### Migrating
22+
- `language: python_venv` has been removed -- use `language: python` instead.
23+
- #3320 PR by @asottile.
24+
- #2734 issue by @asottile.
25+
126
3.8.0 - 2024-07-28
227
==================
328

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