File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.11.1 - 2024-09-03
4+
5+ * Fixes
6+ * Fix unreliable Ethernet PHY on Beaglebones
7+
8+ * Updates
9+ * Update Nerves systems to ` nerves_system_br v1.28.3 ` (Erlang/OTP 27.0.1, Buildroot 2024.05.2)
10+
311## v0.11.0 - 2024-06-14
412
513* Updates
6- * Update Nerves systems to ` nerves_system_br v1.28.1 ` (Erlang/OTP 26.7 , Buildroot 2024.05)
14+ * Update Nerves systems to ` nerves_system_br v1.28.1 ` (Erlang/OTP 27.0 , Buildroot 2024.05)
715 * Update to Elixir 1.17.2
816 * Remove ` power_control ` dependency
917
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
22 use Mix.Project
33
44 @ app :circuits_quickstart
5- @ version "0.11.0 "
5+ @ version "0.11.1 "
66 @ all_targets [
77 :rpi ,
88 :rpi0 ,
You can’t perform that action at this time.
0 commit comments