We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fe94c commit 6fe1702Copy full SHA for 6fe1702
2 files changed
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+2.6.0 - 2020-07-01
2
+==================
3
+
4
+### Fixes
5
+- Fix node hooks when `NPM_CONFIG_USERCONFIG` is set
6
+ - #1521 PR by @asottile.
7
+ - #1516 issue by @rkm.
8
9
+### Features
10
+- Skip `rbenv` / `ruby-download` if system ruby is available
11
+ - #1509 PR by @asottile.
12
+- Partial support for ruby on windows (if system ruby is installed)
13
14
+ - #201 issue by @asottile.
15
16
2.5.1 - 2020-06-09
17
==================
18
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 2.5.1
+version = 2.6.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