mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v2.5.0
This commit is contained in:
parent
e69e3e04a1
commit
2f25085d60
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue