Skip to content

Commit

Permalink
Merge branch 'release/v0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 9, 2014
2 parents 26e70ad + fbab527 commit e48c674
Show file tree
Hide file tree
Showing 80 changed files with 2,630 additions and 651 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.sconsign.dblite
examples/ide-eclipse/.metadata
examples/ide-eclipse/RemoteSystemsTempFiles
docs/_build
12 changes: 8 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Release History
===============

1.0.0 (?)
---------
0.6.0 (2014-08-09)
------------------

* Implemented ``serialports monitor`` (`issue #10 <https://github.com/ivankravets/platformio/issues/10>`_)
* Fixed an issue ``ImportError: No module named platformio.util`` (`issue #9 <https://github.com/ivankravets/platformio/issues/9>`_)
* Fixed bug with auto-conversation from Arduino \*.ino to \*.cpp

0.5.0 (2014-08-04)
------------------
Expand All @@ -15,8 +19,8 @@ Release History
with external library (Adafruit CC3000)
* Implemented ``platformio upgrade`` command and "auto-check" for the latest
version (`issue #8 <https://github.com/ivankravets/platformio/issues/8>`_)
* Fixed issue with "auto-reset" for Raspduino board (thanks [David Mills](https://github.com/g7uvw) for testing)
* Fixed bug with nested libs building (thanks [Antonio Vanegas](https://github.com/hpsaturn) for testing)
* Fixed an issue with "auto-reset" for Raspduino board
* Fixed a bug with nested libs building

0.4.0 (2014-07-31)
------------------
Expand Down
Loading

0 comments on commit e48c674

Please sign in to comment.