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 33d03f3 commit 950617fCopy full SHA for 950617f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.5.1 - 2022-08-08
4
+
5
+Updates:
6
7
+* Update to `nerves_system_br v1.20.4`-based systems (Erlang/OTP 25.0.3,
8
+ Buildroot 2022.05, GCC 11.3)
9
10
## v0.5.0 - 2022-07-08
11
12
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.5.0"
+ @version "0.5.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments