mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
version bump to 0.3.0
This commit is contained in:
parent
4a6e153396
commit
41edf6ca31
3 changed files with 19 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
version: 0.2.7.{build}
|
||||
version: 0.3.0.{build}
|
||||
os: Windows Server 2012 R2
|
||||
install:
|
||||
- C:\Python34\Scripts\pip install ply pyreadline nose pygments prompt_toolkit
|
||||
|
|
|
@ -4,6 +4,20 @@ Xonsh Change Log
|
|||
|
||||
Current Developments
|
||||
====================
|
||||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
||||
|
||||
v0.3.0
|
||||
====================
|
||||
**Added:**
|
||||
|
||||
* ``and``, ``or``, ``&&``, ``||`` have been added as subprocess logical operators,
|
||||
|
@ -63,9 +77,9 @@ Current Developments
|
|||
way.
|
||||
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
|
||||
|
||||
**Fixed:**
|
||||
|
||||
|
@ -89,7 +103,7 @@ Current Developments
|
|||
* Fixed xonsh.exe launcher on Windows, when Python install directory has a space in it
|
||||
* Fixed `$CDPATH` to support `~` and environments variables in its items
|
||||
|
||||
**Security:** None
|
||||
|
||||
|
||||
|
||||
v0.2.7
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.2.7'
|
||||
__version__ = '0.3.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue