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 6faa0e4 commit 978e995Copy full SHA for 978e995
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.12.0 - 2024-11-28
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.29.1` (Erlang/OTP 27.1.2, Buildroot 2024.08.1)
7
+ * Update to Elixir 1.17.3
8
9
## v0.11.1 - 2024-09-03
10
11
* Fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.11.1"
+ @version "0.12.0"
@all_targets [
:rpi,
:rpi0,
0 commit comments