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 21a0df7 commit e7e6cccCopy full SHA for e7e6ccc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.5.4 - 2022-12-19
4
+
5
+Updates:
6
7
+* Update Nerves systems to `nerves_system_br v1.21.6` (Erlang/OTP 25.2)
8
+* Update to Elixir 1.14.2
9
10
## v0.5.3 - 2022-11-07
11
12
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.5.3"
+ @version "0.5.4"
@all_targets [
:rpi,
:rpi0,
0 commit comments