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 33704cf commit df62d0fCopy full SHA for df62d0f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.4.16 - 2022-05-25
4
+
5
+Updates:
6
7
+* Update to `nerves_system_br v1.19.0`-based systems (Erlang/OTP 25.0). This
8
+ enables the JIT on the RPi4
9
10
## v0.4.15 - 2022-05-08
11
12
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.15"
+ @version "0.4.16"
@all_targets [
:rpi,
:rpi0,
0 commit comments