Skip to content

Commit 2f25085

Browse files
committed
v2.5.0
1 parent e69e3e0 commit 2f25085

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2.5.0 - 2020-06-08
2+
==================
3+
4+
### Features
5+
- Expose a `PRE_COMMIT=1` environment variable when running hooks
6+
- #1467 PR by @tech-chad.
7+
- #1426 issue by @lorenzwalthert.
8+
9+
### Fixes
10+
- Fix `UnicodeDecodeError` on windows when using the `py` launcher to detect
11+
executables with non-ascii characters in the path
12+
- #1474 PR by @asottile.
13+
- #1472 issue by DrFobos.
14+
- Fix `DeprecationWarning` on python3.9 for `random.shuffle` method
15+
- #1480 PR by @asottile.
16+
- #1479 issue by @isidentical.
17+
- Normalize slashes earlier such that global `files` / `exclude` use forward
18+
slashes on windows as well.
19+
- #1494 PR by @asottile.
20+
- #1476 issue by @harrybiddle.
21+
122
2.4.0 - 2020-05-11
223
==================
324

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 = 2.4.0
3+
version = 2.5.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)