aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-18 16:46:12 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-18 16:46:12 +0530
commit9004efd944adced49d6e44f191011fc3de82d9e2 (patch)
tree19b0a3bb991e9c3ddd9adb3391b4a1741f29b8b6
parent66eec82a3af8ee5aa16e28230346e4a1f166da2b (diff)
Change the next version to 1.0.0, instead of 0.13.0
Lot of changes went it for this release and the code is stable enough for 1.0.0
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 84e201e..84a2131 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,7 +3,7 @@ A Makefile for Arduino Sketches
The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
-### 0.13.0 (in development)
+### 1.0.0 (in development)
- Add $OBJDIR to the list of configuration that gets printed. Fix issue #77
- Add support for specifying optimization level. Fix issue #81
- Add support for reseting "Micro" Arduino. Fix issue #80 (https://github.com/sej7278)