Skip to content

Commit 67e65d5

Browse files
committed
0.10.0
1 parent e87cc0c commit 67e65d5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES

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

4+
Version 0.10.0
5+
--------------
6+
- Added support for config file. See `# 85`_
7+
- Using of virtualenv detected via python not env variable. See `# 87`_
8+
- Fixed ``freeze`` for zsh. See ``# 88``_
9+
- Added ``nodejs`` symlink creation. See `# 84`_
10+
11+
.. _# 85: https://github.com/ekalinin/nodeenv/pull/85
12+
.. _# 87: https://github.com/ekalinin/nodeenv/pull/87
13+
.. _# 88: https://github.com/ekalinin/nodeenv/pull/88
14+
415
Version 0.9.6
516
-------------
6-
- Removed ``os.symlink`` added in `# 76`_. See `# 84`
17+
- Removed ``os.symlink`` added in `# 76`_. See `# 84`_
718

819
.._# 84: https://github.com/ekalinin/nodeenv/issues/84
920

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.6'
13+
nodeenv_version = '0.10.0'
1414

1515
import sys
1616
import os

0 commit comments

Comments
 (0)