We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c58f6e commit a7c9429Copy full SHA for a7c9429
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.11.0 - 2024-06-14
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.28.1` (Erlang/OTP 26.7, Buildroot 2024.05)
7
+ * Update to Elixir 1.17.2
8
+ * Remove `power_control` dependency
9
10
## v0.10.2 - 2024-05-06
11
12
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.10.2"
+ @version "0.11.0"
@all_targets [
:rpi,
:rpi0,
0 commit comments