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 2957101 commit 1a9e715Copy full SHA for 1a9e715
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.10.2 - 2024-05-06
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.27.2` (Erlang/OTP 26.2.5,
7
+ Buildroot 2024.02.1)
8
9
## v0.10.1 - 2024-04-08
10
11
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.10.1"
+ @version "0.10.2"
@all_targets [
:rpi,
:rpi0,
0 commit comments