8000 v3.6.0 · pre-commit/pre-commit@9c9983d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c9983d

Browse files
committed
v3.6.0
1 parent 7dc0a59 commit 9c9983d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
3.6.0 - 2023-12-09
2+
==================
3+
4+
### Features
5+
- Check `minimum_pre_commit_version` first when parsing configs.
6+
- #3092 PR by @asottile.
7+
8+
### Fixes
9+
- Fix deprecation warnings for `importlib.resources`.
10+
- #3043 PR by @asottile.
11+
- Fix deprecation warnings for rmtree.
12+
- #3079 PR by @edgarrmondragon.
13+
14+
### Updating
15+
- Drop support for python<3.9.
16+
- #3042 PR by @asottile.
17+
- #3093 PR by @asottile.
18+
119
3.5.0 - 2023-10-13
220
==================
321

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.5.0
3+
version = 3.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)
0