File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## v0.11.0 - 2024-06-14
4
12
5
13
* 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)
7
15
* Update to Elixir 1.17.2
8
16
* Remove ` power_control ` dependency
9
17
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
2
2
use Mix.Project
3
3
4
4
@ app :circuits_quickstart
5
- @ version "0.11.0 "
5
+ @ version "0.11.1 "
6
6
@ all_targets [
7
7
:rpi ,
8
8
:rpi0 ,
You can’t perform that action at this time.
0 commit comments