From c8e3eea409450e0e7095971f63e9d0d287a03da1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 15 Jun 2014 22:02:05 +0300 Subject: [PATCH] Added release history file --- HISTORY.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 HISTORY.rst diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 00000000..12cf9c6c --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,16 @@ +Release History +=============== + +0.2.0 (2014-06-15) +------------------ + +* Resolved `issue #1 "Build referred libraries" `_ +* Renamed project's "libs" directory to "lib" +* Added `arduino-internal-library `_ example +* Changed to beta status + + +0.1.0 (2014-06-13) +------------------ + +* Birth! First alpha release