Skip to content

Commit 7d5542d

Browse files
committed
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.
1 parent 8eb6039 commit 7d5542d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.1
2+
---
3+
* **targets**
4+
- `atsamd21`: add support for the `-port` flag in the flash subcommand
5+
16
0.7.0
27
---
38
* **command line**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package main
22

33
// version of this package.
44
// Update this value before release of new version of software.
5-
const version = "0.7.0"
5+
const version = "0.7.1"

0 commit comments

Comments
 (0)