mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v1.20.0
This commit is contained in:
parent
d09930469c
commit
0bc40bc4ea
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,3 +1,18 @@
|
||||||
|
1.20.0 - 2019-10-28
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Allow building newer versions of `ruby`.
|
||||||
|
- #1193 issue by @choffee.
|
||||||
|
- #1195 PR by @choffee.
|
||||||
|
- Bump versions reported in `pre-commit sample-config`.
|
||||||
|
- #1197 PR by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix rare race condition with multiple concurrent first-time runs.
|
||||||
|
- #1192 issue by @raholler.
|
||||||
|
- #1196 PR by @asottile.
|
||||||
|
|
||||||
1.19.0 - 2019-10-26
|
1.19.0 - 2019-10-26
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 1.19.0
|
version = 1.20.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue