Skip to content

Commit 6fe1702

Browse files
committed
v2.6.0
1 parent e2fe94c commit 6fe1702

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- #1509 PR by @asottile.
14+
- #201 issue by @asottile.
15+
116
2.5.1 - 2020-06-09
217
==================
318

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.5.1
3+
version = 2.6.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)