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 21d8b85 commit ad473edCopy full SHA for ad473ed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.12.1 - 2025-01-21
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.29.3` (Erlang/OTP 27.2). This
7
+ adds support for the Raspberry Pi CM5.
8
+ * Update to Elixir 1.18.1
9
10
## v0.12.0 - 2024-11-28
11
12
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.12.0"
+ @version "0.12.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments