File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
26
3.8.0 - 2024-07-28
2
27
==================
3
28
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pre_commit
3
- version = 3.8 .0
3
+ version = 4.0 .0
4
4
description = A framework for managing and maintaining multi-language pre-commit hooks.
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments