Skip to content

Commit 6ef977e

Browse files
committed
Version 0.2.0
1 parent dde05f4 commit 6ef977e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default values for build system.
22
export V ?=
3-
export VERSION ?= v0.1.0
3+
export VERSION ?= v0.2.0
44
export BUILD_DIR ?= build
55
ifeq ($(shell uname), Darwin)
66
LLVM_PREFIX ?= /usr/local/opt/llvm/bin/

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# Change Log
2+
3+
## v0.2.0 (June 14, 2020)
4+
- Add experimental support for [Micro:bit](https://microbit.org) (ARMv6-M).
5+
- Add experimental support for [Raspberry Pi 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/) (AArch64 in ARMv8-A).
6+
- Add *experimental (still in the early stage)* Linux ABI emulation layer: run your Linux binary *as it is* on Resea!
7+
- A new build system.
8+
- Bunch of breaking changes, bug fixes, and improvements.

0 commit comments

Comments
 (0)