aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-22 18:31:44 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-22 18:31:44 +0530
commit8cf353d5516e69fe66b98008575201af444967f9 (patch)
tree13f77e3ace17e7856346c98625cfd22888236861 /HISTORY.md
parent5b80b540bb6ee4339684bff61fb58bbaaec79ac2 (diff)
Bump up version to v1.0.0 for release1.0.0
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 64bebaf..4e548c1 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.
-### 1.0.0 (in development)
+### 1.0.0 (2013-09-22)
- 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)