From 665a6bd847feadf10ecaf424de93cc0be9718e59 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 30 Mar 2017 07:50:27 +0200 Subject: [PATCH] Prep for 0.8.1 release Signed-off-by: deadprogram --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd769f0..af5f6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## Release History +Version 0.8.1 +- Go back to build without ldflags to avoid unexpected behavior + Version 0.8.0 - Reduce file size by over 25% - Add Microbit firmware commands diff --git a/version.go b/version.go index e5f870c..0512797 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package main // VERSION of the software -const VERSION = "0.8.0" +const VERSION = "0.8.1"