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 5848c83 commit c52c6e0Copy full SHA for c52c6e0
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.5.5 - 2023-02-11
4
+
5
+Updates:
6
7
+* Update Nerves systems to `nerves_system_br v1.22.1` (Erlang/OTP 25.2,
8
+ Buildroot 2022.11)
9
+* Update all dependencies to latest
10
11
## v0.5.4 - 2022-12-19
12
13
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.5.4"
+ @version "0.5.5"
@all_targets [
:rpi,
:rpi0,
0 commit comments