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 e876628 commit 3d4a487Copy full SHA for 3d4a487
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.13.1 - 2025-07-06
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.30.0` (Erlang/OTP 27.3.4.1, Buildroot 2025.02.3)
7
+ * Pull in fixes for Elixir 1.19 (not used yet)
8
9
## v0.13.0 - 2025-04-03
10
11
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.13.0"
+ @version "0.13.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments