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 1af078b commit c7a316bCopy full SHA for c7a316b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.4.14 - 2022-03-18
4
+
5
+Updates:
6
7
+* Update to `nerves_system_br v1.18.6`-based systems (Erlang/OTP 24.3.2)
8
+* Update other dependencies (various improvements for BBB, GRiSP 2, and boot
9
+ time performance)
10
11
## v0.4.13 - 2022-03-03
12
13
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.13"
+ @version "0.4.14"
@all_targets [
:rpi,
:rpi0,
0 commit comments