From 7d5542dda73e8dda066b604870eac279cd644a7e Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sat, 27 Jul 2019 09:32:44 -0700 Subject: [PATCH] main: version 0.7.1 This release contains a small fix for some atsamd21-based boards to make them usable on macOS: it now allows to specify the serial port using the -port flag. --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4947ebfe..8bd1b8de38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.1 +--- +* **targets** + - `atsamd21`: add support for the `-port` flag in the flash subcommand + 0.7.0 --- * **command line** diff --git a/version.go b/version.go index 83915c3703..536e8f16a9 100644 --- a/version.go +++ b/version.go @@ -2,4 +2,4 @@ package main // version of this package. // Update this value before release of new version of software. -const version = "0.7.0" +const version = "0.7.1"