File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Nodeenv changelog
2
2
=================
3
3
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
+
4
15
Version 0.9.6
5
16
-------------
6
- - Removed ``os.symlink`` added in `# 76`_. See `# 84`
17
+ - Removed ``os.symlink`` added in `# 76`_. See `# 84`_
7
18
8
19
.._# 84: https://github.com/ekalinin/nodeenv/issues/84
9
20
Original file line number Diff line number Diff line change 10
10
:license: BSD, see LICENSE for more details.
11
11
"""
12
12
13
- nodeenv_version = '0.9.6 '
13
+ nodeenv_version = '0.10.0 '
14
14
15
15
import sys
16
16
import os
You can’t perform that action at this time.
0 commit comments