Skip to content

Commit 6633acc

Browse files
committed
v6.0.0: bump version and update changelog
1 parent d90d9c5 commit 6633acc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
v6.0.0 2019-??-??
2+
=================
3+
4+
* [[`d90d9c5426`](https://github.com/nodejs/node-gyp/commit/d90d9c5426)] - **gyp**: decode stdout on Python 3 (cclauss) [#1890](https://github.com/nodejs/node-gyp/pull/1890)
5+
* [[`8d4ea7f13e`](https://github.com/nodejs/node-gyp/commit/8d4ea7f13e)] - **doc**: update xcode install instructions to match Node's BUILDING (Nhan Khong) [#1884](https://github.com/nodejs/node-gyp/pull/1884)
6+
* [[`5d76938e55`](https://github.com/nodejs/node-gyp/commit/5d76938e55)] - **deps**: update tar to 4.4.12 (Matheus Marchini) [#1889](https://github.com/nodejs/node-gyp/pull/1889)
7+
* [[`cdc49ee3f6`](https://github.com/nodejs/node-gyp/commit/cdc49ee3f6)] - **bin**: fix the usage instructions (Halit Ogunc) [#1888](https://github.com/nodejs/node-gyp/pull/1888)
8+
* [[`038468388c`](https://github.com/nodejs/node-gyp/commit/038468388c)] - **lib**: adding keep-alive header to download requests (Milad Farazmand) [#1863](https://github.com/nodejs/node-gyp/pull/1863)
9+
* [[`c4002dee1a`](https://github.com/nodejs/node-gyp/commit/c4002dee1a)] - **lib**: ignore non-critical os.userInfo() failures (Rod Vagg) [#1835](https://github.com/nodejs/node-gyp/pull/1835)
10+
* [[`ca990a1292`](https://github.com/nodejs/node-gyp/commit/ca990a1292)] - **doc**: fix missing argument for setting python path (lagorsse) [#1802](https://github.com/nodejs/node-gyp/pull/1802)
11+
* [[`0a4d8c84ce`](https://github.com/nodejs/node-gyp/commit/0a4d8c84ce)] - **gyp**: rm semicolons (Python != JavaScript) (MattIPv4) [#1858](https://github.com/nodejs/node-gyp/pull/1858)
12+
* [[`cdb47bd54d`](https://github.com/nodejs/node-gyp/commit/cdb47bd54d)] - **gyp**: assorted typo fixes (XhmikosR) [#1853](https://github.com/nodejs/node-gyp/pull/1853)
13+
* [[`a301abcde1`](https://github.com/nodejs/node-gyp/commit/a301abcde1)] - **gyp**: use "is" when comparing to None (Vladyslav Burzakovskyy) [#1860](https://github.com/nodejs/node-gyp/pull/1860)
14+
* [[`af876e10f0`](https://github.com/nodejs/node-gyp/commit/af876e10f0)] - **src,win**: improve unmanaged handling (Peter Sabath) [#1852](https://github.com/nodejs/node-gyp/pull/1852)
15+
* [[`c7f1bcaff5`](https://github.com/nodejs/node-gyp/commit/c7f1bcaff5)] - **gyp**: improve Windows+Cygwin compatibility (Jose Quijada) [#1817](https://github.com/nodejs/node-gyp/pull/1817)
16+
* [[`2592036261`](https://github.com/nodejs/node-gyp/commit/2592036261)] - **gyp**: Python 3 Windows fixes (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843)
17+
* [[`a2a862f6ba`](https://github.com/nodejs/node-gyp/commit/a2a862f6ba)] - **test**: accept Python 3 in test-find-python.js (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843)
18+
* [[`a2bca072f9`](https://github.com/nodejs/node-gyp/commit/a2bca072f9)] - **build**: add test run Python 3.7 on macOS (Christian Clauss) [#1843](https://github.com/nodejs/node-gyp/pull/1843)
19+
* [[`5459ecaf3f`](https://github.com/nodejs/node-gyp/commit/5459ecaf3f)] - **build**: import StringIO on Python 2 and Python 3 (Christian Clauss) [#1836](https://github.com/nodejs/node-gyp/pull/1836)
20+
* [[`4ef83eddd0`](https://github.com/nodejs/node-gyp/commit/4ef83eddd0)] - **build**: more Python 3 compat, replace compile with ast (cclauss) [#1820](https://github.com/nodejs/node-gyp/pull/1820)
21+
* [[`573607981e`](https://github.com/nodejs/node-gyp/commit/573607981e)] - **win,src**: update win\_delay\_load\_hook.cc to work with /clr (Ivan Petrovic) [#1819](https://github.com/nodejs/node-gyp/pull/1819)
22+
* [[`c6e3b65a23`](https://github.com/nodejs/node-gyp/commit/c6e3b65a23)] - **(SEMVER-MAJOR)** **lib**: raise the minimum Python version from 2.6 to 2.7 (cclauss) [#1818](https://github.com/nodejs/node-gyp/pull/1818)
23+
124
v5.0.3 2019-07-17
225
=================
326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bindings",
1212
"gyp"
1313
],
14-
"version": "5.0.3",
14+
"version": "6.0.0",
1515
"installVersion": 9,
1616
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
1717
"repository": {

0 commit comments

Comments
 (0)