This commit is contained in:
Anthony Sottile
2020-06-08 15:17:13 -07:00
parent e69e3e04a1
commit 2f25085d60
2 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,24 @@
2.5.0 - 2020-06-08
==================
### Features
- Expose a `PRE_COMMIT=1` environment variable when running hooks
- #1467 PR by @tech-chad.
- #1426 issue by @lorenzwalthert.
### Fixes
- Fix `UnicodeDecodeError` on windows when using the `py` launcher to detect
executables with non-ascii characters in the path
- #1474 PR by @asottile.
- #1472 issue by DrFobos.
- Fix `DeprecationWarning` on python3.9 for `random.shuffle` method
- #1480 PR by @asottile.
- #1479 issue by @isidentical.
- Normalize slashes earlier such that global `files` / `exclude` use forward
slashes on windows as well.
- #1494 PR by @asottile.
- #1476 issue by @harrybiddle.
2.4.0 - 2020-05-11
==================

View File

@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.4.0
version = 2.5.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown