Skip to content

Commit ade9c41

Browse files
committed
0.9.5
1 parent 293724a commit ade9c41

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Nodeenv changelog
22
=================
33

4+
Version 0.9.5
5+
-------------
6+
- Fixed a few spelling typos in README. See `# 74`_
7+
- Fixed example of using --update option in README. See `# 74`_
8+
- Improved args passing into shim script. See `# 75`_
9+
- Try to find ``nodejs`` if used system-wide node as well. See `# 76`_
10+
- Added ``assert`` if used system-wide node and it wasnt found. See `# 76`_
11+
12+
.. _# 74: https://github.com/ekalinin/nodeenv/issues/74
13+
.. _# 75: https://github.com/ekalinin/nodeenv/pull/75
14+
.. _# 75: https://github.com/ekalinin/nodeenv/pull/76
15+
416
Version 0.9.4
517
-------------
618
- Fixed support for python2.6. See `# 70`_

nodeenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
nodeenv_version = '0.9.4'
13+
nodeenv_version = '0.9.5'
1414

1515
import sys
1616
import os

0 commit comments

Comments
 (0)