Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099304 commit 0bc40bcCopy full SHA for 0bc40bc
2 files changed
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+1.20.0 - 2019-10-28
2
+===================
3
+
4
+### Features
5
+- Allow building newer versions of `ruby`.
6
+ - #1193 issue by @choffee.
7
+ - #1195 PR by @choffee.
8
+- Bump versions reported in `pre-commit sample-config`.
9
+ - #1197 PR by @asottile.
10
11
+### Fixes
12
+- Fix rare race condition with multiple concurrent first-time runs.
13
+ - #1192 issue by @raholler.
14
+ - #1196 PR by @asottile.
15
16
1.19.0 - 2019-10-26
17
===================
18
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 1.19.0
+version = 1.20.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments