We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea7c9a commit e76b5b6Copy full SHA for e76b5b6
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.5.3 - 2022-11-07
4
+
5
+Updates:
6
7
+* Update Nerves systems to `nerves_system_br v1.21.2` (Erlang/OTP 25.1.2,
8
+ Buildroot 2022.08.1)
9
+* Update to Nerves 1.9
10
+* Update to Elixir 1.14.1
11
12
## v0.5.2 - 2022-08-29
13
14
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.5.2"
+ @version "0.5.3"
@all_targets [
:rpi,
:rpi0,
0 commit comments