mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Update history
This commit is contained in:
@ -4,6 +4,14 @@ Release Notes
|
|||||||
PlatformIO 2.0
|
PlatformIO 2.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
2.10.2 (2016-06-??)
|
||||||
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fixed issue with ARM mbed framework with ``-u _printf_float`` and
|
||||||
|
``-u _scanf_float`` when parsing ``$LINKFLAGS``
|
||||||
|
* Fixed issue with ARM mbed framework and extra includes for the custom boards,
|
||||||
|
such as Seeeduino Arch Pro
|
||||||
|
|
||||||
2.10.1 (2016-06-13)
|
2.10.1 (2016-06-13)
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (2, 10, 1)
|
VERSION = (2, 10, "2.dev0")
|
||||||
__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