mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v2.0.0
This commit is contained in:
parent
6c2a14839e
commit
0cc199d351
2 changed files with 42 additions and 1 deletions
41
CHANGELOG.md
41
CHANGELOG.md
|
|
@ -1,3 +1,44 @@
|
|||
2.0.0 - 2020-01-28
|
||||
==================
|
||||
|
||||
### Features
|
||||
- Expose `PRE_COMMIT_REMOTE_NAME` and `PRE_COMMIT_REMOTE_URL` as environment
|
||||
variables during `pre-push` hooks.
|
||||
- #1274 issue by @dmbarreiro.
|
||||
- #1288 PR by @dmbarreiro.
|
||||
|
||||
### Fixes
|
||||
- Fix `python -m pre_commit --version` to mention `pre-commit` instead of
|
||||
`__main__.py`.
|
||||
- #1273 issue by @ssbarnea.
|
||||
- #1276 PR by @orcutt989.
|
||||
- Don't filter `GIT_SSL_NO_VERIFY` from environment when cloning.
|
||||
- #1293 PR by @schiermike.
|
||||
- Allow `pre-commit init-templatedir` to succeed even if `core.hooksPath` is
|
||||
set.
|
||||
- #1298 issue by @damienrj.
|
||||
- #1299 PR by @asottile.
|
||||
|
||||
### Misc
|
||||
- Fix changelog date for 1.21.0.
|
||||
- #1275 PR by @flaudisio.
|
||||
|
||||
### Updating
|
||||
- Removed `pcre` language, use `pygrep` instead.
|
||||
- #1268 PR by @asottile.
|
||||
- Removed `--tags-only` argument to `pre-commit autoupdate` (it has done
|
||||
nothing since 0.14.0).
|
||||
- #1269 by @asottile.
|
||||
- Remove python2 / python3.5 support. Note that pre-commit still supports
|
||||
running hooks written in python2, but pre-commit itself requires python 3.6+.
|
||||
- #1260 issue by @asottile.
|
||||
- #1277 PR by @asottile.
|
||||
- #1281 PR by @asottile.
|
||||
- #1282 PR by @asottile.
|
||||
- #1287 PR by @asottile.
|
||||
- #1289 PR by @asottile.
|
||||
- #1292 PR by @asottile.
|
||||
|
||||
1.21.0 - 2020-01-02
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pre_commit
|
||||
version = 1.21.0
|
||||
version = 2.0.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