Skip to content

Commit 923c2e7

Browse files
aykevldeadprogram
authored andcommitted
main: version 0.11.0
1 parent 18e4465 commit 923c2e7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.11.0
2+
---
3+
* **command line**
4+
- add support for QEMU in `gdb` subcommand
5+
- use builtin Clang when building statically, dropping the clang-9 dependency
6+
- search for default serial port on both macOS and Linux
7+
- windows: support `tinygo flash` directly by using win32 wmi
8+
* **compiler**
9+
- add location information to the IR checker
10+
- make reflection sidetables constant globals
11+
- improve error locations in goroutine lowering
12+
- interp: improve support for maps with string keys
13+
- interp: add runtime fallback for mapassign operations
14+
* **standard library**
15+
- `machine`: add support for `SPI.Tx()` on play.tinygo.org
16+
- `machine`: rename `CPU_FREQUENCY` to `CPUFrequency()`
17+
* **targets**
18+
- `adafruit-pybadge`: add Adafruit Pybadge
19+
- `arduino-nano33`: allow simulation on play.tinygo.org
20+
- `arduino-nano33`: fix default SPI pin numbers to be D13/D11/D12
21+
- `circuitplay-express`: allow simulation on play.tinygo.org
22+
- `hifive1-qemu`: add target for testing RISC-V bare metal in QEMU
23+
- `riscv`: fix heap corruption due to changes in LLVM 9
24+
- `riscv`: add support for compiler-rt
25+
- `qemu`: rename to `cortex-m-qemu`
26+
127
0.10.0
228
---
329
* **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.11.0-dev"
5+
const version = "0.11.0"

0 commit comments

Comments
 (0)