Ready for v0.9.2

This commit is contained in:
Ivan Kravets
2014-12-10 23:11:05 +02:00
parent efac8ec940
commit 34c0ccb29f
2 changed files with 5 additions and 6 deletions

View File

@ -1,15 +1,14 @@
Release History
===============
0.9.2 (?)
---------
0.9.2 (2014-12-10)
------------------
* Replaced "dark blue" by "cyan" colour for the texts (`issue #33 <https://github.com/ivankravets/platformio/issues/33>`_)
* Added new setting `enable_prompts <http://docs.platformio.ikravets.com/en/latest/userguide/cmd_settings.html>`_
and allowed to disable all PlatformIO prompts (useful for cloud compilers)
and allowed to disable all *PlatformIO* prompts (useful for cloud compilers)
(`issue #34 <https://github.com/ivankravets/platformio/issues/34>`_)
* Fixed compilation bug on Windows with installed MSVC (`issue #18 <https://github.com/ivankravets/platformio/issues/18>`_)
* Fixed compilation bug on *Windows* with installed *MSVC* (`issue #18 <https://github.com/ivankravets/platformio/issues/18>`_)
0.9.1 (2014-12-05)

View File

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (0, 10, "0-dev")
VERSION = (0, 9, 2)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"