Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Oct 5, 2012
1 parent ae5f9d3 commit 856f930
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,24 @@ License
If not stated otherwise ino is distributed in terms of MIT software license.
See MIT-LICENSE.txt in the distribution for details.

Contributors
============

* `David Charbonnier <https://github.com/dcharbonnier>`_.
* `Jared Boone <https://github.com/jboone>`_.

Changelog
=========

0.3.4
* Fix #44, #45: Building and uploading for Arduino Leonardo is fully supported.
* Fix #3, #29: Build artifacts for different board models and Arduino distributions
go in different build subdirectories, so you haven't to run ``ino clean`` and
rebuild if you switch to another Arduino model or software distribution.
* The version of avr gcc toolset that is bundled with Arduino Software is now
always preferred over system-wide. So that users with edge-versions of software
(such as Arch Linux) able to produce expected results.

0.3.3
* Fix #16: ``*.ino`` and ``*.pde`` sketches are now populated with function
prototypes while preprocessing step in the same way as it done by Arduino IDE,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def gen_data_files(package_dir, subdir):

setup(
name='ino',
version='0.3.3',
version='0.3.4',
description='Command line toolkit for working with Arduino hardware',
long_description=readme_content,
author='Victor Nakoryakov, Amperka Team',
Expand Down

0 comments on commit 856f930

Please sign in to comment.