Skip to content

Commit cde97fa

Browse files
committed
v0.11.1 release
1 parent 4baa86e commit cde97fa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
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

mix.exs

+1-1
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)