1
0
Fork 0

Merging upstream version 2.6.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:21:21 +01:00
parent 83b41af7b3
commit f6afa19b5d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 111 additions and 41 deletions

View file

@ -1,3 +1,18 @@
2.6.0 - 2020-07-01
==================
### Fixes
- Fix node hooks when `NPM_CONFIG_USERCONFIG` is set
- #1521 PR by @asottile.
- #1516 issue by @rkm.
### Features
- Skip `rbenv` / `ruby-download` if system ruby is available
- #1509 PR by @asottile.
- Partial support for ruby on windows (if system ruby is installed)
- #1509 PR by @asottile.
- #201 issue by @asottile.
2.5.1 - 2020-06-09
==================