forked from platformio/platformio-core
Merge branch 'release/v0.9.2' into develop
This commit is contained in:
@ -1,15 +1,14 @@
|
|||||||
Release History
|
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>`_)
|
* 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>`_
|
* 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>`_)
|
(`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)
|
0.9.1 (2014-12-05)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||||
# See LICENSE for details.
|
# See LICENSE for details.
|
||||||
|
|
||||||
VERSION = (0, 10, "0-dev")
|
VERSION = (0, 9, 2)
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user