Skip to content

Commit 294590f

Browse files
committed
v3.1.0
1 parent 7bfa7e1 commit 294590f

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.1.0 - 2023-02-22
2+
==================
3+
4+
### Fixes
5+
- Fix `dotnet` for `.sln`-based hooks for dotnet>=7.0.200.
6+
- #2763 PR by @m-rsha.
7+
- Prevent stashing when `diff` fails to execute.
8+
- #2774 PR by @asottile.
9+
- #2773 issue by @strubbly.
10+
- Dependencies are no longer sorted in repository key.
11+
- #2776 PR by @asottile.
12+
13+
### Updating
14+
- Deprecate `language: python_venv`. Use `language: python` instead.
15+
- #2746 PR by @asottile.
16+
- #2734 issue by @asottile.
17+
18+
119
3.0.4 - 2023-02-03
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.0.4
3+
version = 3.1.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)