Skip to content

Commit

Permalink
main: version 0.7.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aykevl committed Jul 27, 2019
1 parent 8eb6039 commit 7d5542d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.7.1
---
* **targets**
- `atsamd21`: add support for the `-port` flag in the flash subcommand

0.7.0
---
* **command line**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7d5542d

Please sign in to comment.