Skip to content

Commit 1c68da8

Browse files
committed
main: version 0.3.0
1 parent 4424fe0 commit 1c68da8

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
0.3.0
2+
---
3+
- **compiler**
4+
- remove old `-initinterp` flag
5+
- add support for macOS
6+
- **cgo**
7+
- add support for bool/float/complex types
8+
- **standard library**
9+
- `device/arm`: add support to disable/enable hardware interrupts
10+
- `machine`: add CPU frequency for nrf-based boards
11+
- `syscall`: add support for darwin/amd64
12+
- **targets**
13+
- `circuitplay_express`: add support for this board
14+
- `microbit`: add regular pin constants
15+
- `samd21`: fix time function for goroutine support
16+
- `samd21`: add support for USB-CDC (serial over USB)
17+
- `samd21`: add support for pins in port B
18+
- `samd21`: add support for pullup and pulldown pins
19+
- `wasm`: add support for Safari in example
20+
21+
122
0.2.0
223
---
324
- **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.2.0"
5+
const version = "0.3.0"

0 commit comments

Comments
 (0)