version bump to 0.5.2

This commit is contained in:
Anthony Scopatz 2017-01-05 01:18:35 -08:00
parent f1f19f791c
commit dfb05ca5aa
10 changed files with 30 additions and 97 deletions

View file

@ -1,4 +1,4 @@
version: 0.5.1.{build}
version: 0.5.2.{build}
os: Windows Server 2012 R2
install:
- C:\Python35\Scripts\pip install -r requirements-tests.txt

View file

@ -4,6 +4,34 @@ Xonsh Change Log
.. current developments
v0.5.2
====================
**Added:**
* Added ``weechat`` to default predictors
* ``$DYNAMIC_CWD_ELISION_CHAR`` environment variable to control how a shortened
path is displayed.
**Changed:**
* ``_ret_code`` function of ``prompt_ret_code`` xontrib return now ``None`` when
return code is 0 instead of empty string allowing more customization of prompt
format.
**Fixed:**
* Minor Python completer token counting bug fix.
* multiline syntax error in PTK shell due to buffer not being reset
* Segfaults and other early exit signals are now reported correctly,
again.
* ``tests/bin/{cat,pwd,wc}`` shebang changed to python3
v0.5.1
====================

View file

@ -1,13 +0,0 @@
**Added:**
* Added ``weechat`` to default predictors
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,14 +0,0 @@
**Added:**
* ``$DYNAMIC_CWD_ELISION_CHAR`` environment variable to control how a shortened
path is displayed.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* multiline syntax error in PTK shell due to buffer not being reset
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Minor Python completer token counting bug fix.
**Security:** None

View file

@ -1,15 +0,0 @@
**Added:** None
**Changed:**
* ``_ret_code`` function of ``prompt_ret_code`` xontrib return now ``None`` when
return code is 0 instead of empty string allowing more customization of prompt
format.
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,14 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Segfaults and other early exit signals are now reported correctly,
again.
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* ``tests/bin/{cat,pwd,wc}`` shebang changed to python3
**Security:** None

View file

@ -1,4 +1,4 @@
__version__ = '0.5.1'
__version__ = '0.5.2'
# amalgamate exclude jupyter_kernel parser_table parser_test_table pyghooks
# amalgamate exclude winutils wizard pytest_plugin fs