Skip to content

Commit 47efdea

Browse files
committed
v0.4.8 release
1 parent 440238d commit 47efdea

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
22

3+
## v0.4.8 - 2021-12-28
4+
5+
Updates:
6+
7+
* Update to `nerves_system_br v1.17.4`-based systems (Erlang/OTP 24.1.7)
8+
* Update to Elixir 1.13
9+
* Update other dependencies to latest
10+
311
## v0.4.7
412

513
Updates:
614

7-
* Update to `nerves_system_br v1.16.3`-based systems (Erlang/OTP 24.1.4)
15+
* Update to `nerves_system_br v1.17.3`-based systems (Erlang/OTP 24.1.4)
816
* Support USB gadget networking on Raspberry Pi 4
917
* Support the Raspberry Pi Zero 2 W (use the `rpi3a` version)
1018

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.7"
5+
@version "0.4.8"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)