Skip to content

Commit 371459f

Browse files
committed
v0.4.7 release
1 parent 23cb696 commit 371459f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.4.7
4+
5+
Updates:
6+
7+
* Update to `nerves_system_br v1.16.3`-based systems (Erlang/OTP 24.1.4)
8+
* Support USB gadget networking on Raspberry Pi 4
9+
* Support the Raspberry Pi Zero 2 W (use the `rpi3a` version)
10+
311
## v0.4.6
412

513
Updates:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
22
use Mix.Project
33

44
@app :circuits_quickstart
5-
@version "0.4.6"
5+
@version "0.4.7"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)