Skip to content

Commit 15bd0c7

Browse files
committed
v3.6.1
1 parent 92678c3 commit 15bd0c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.6.1 - 2024-02-10
2+
==================
3+
4+
### Fixes
5+
- Remove `PYTHONEXECUTABLE` from environment when running.
6+
- #3110 PR by @untitaker.
7+
- Handle staged-files-only with only a crlf diff.
8+
- #3126 PR by @asottile.
9+
- issue by @tyyrok.
10+
111
3.6.0 - 2023-12-09
212
==================
313

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.6.0
3+
version = 3.6.1
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)