We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f7018 commit 5bff91eCopy full SHA for 5bff91e
2 files changed
CHANGELOG.md
@@ -4,6 +4,13 @@
4
-->
5
# Changelog
6
7
+## v0.15.1 - 2026-03-18
8
+
9
+This is a security and bug fix update.
10
11
+* Updates
12
+ * Update Nerves systems to `nerves_system_br v1.33.4 (Erlang/OTP 28.4.1, Buildroot 2025.11.2)
13
14
## v0.15.0 - 2026-02-18
15
16
This updates the Raspberry Pi Nerves systems to their 2.0 versions. If upgrading
mix.exs
@@ -4,7 +4,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.15.0"
+ @version "0.15.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments