Skip to content

Commit

Permalink
v0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 3, 2024
1 parent 4baa86e commit cde97fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

## v0.11.1 - 2024-09-03

* Fixes
* Fix unreliable Ethernet PHY on Beaglebones

* Updates
* Update Nerves systems to `nerves_system_br v1.28.3` (Erlang/OTP 27.0.1, Buildroot 2024.05.2)

## v0.11.0 - 2024-06-14

* Updates
* Update Nerves systems to `nerves_system_br v1.28.1` (Erlang/OTP 26.7, Buildroot 2024.05)
* Update Nerves systems to `nerves_system_br v1.28.1` (Erlang/OTP 27.0, Buildroot 2024.05)
* Update to Elixir 1.17.2
* Remove `power_control` dependency

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project

@app :circuits_quickstart
@version "0.11.0"
@version "0.11.1"
@all_targets [
:rpi,
:rpi0,
Expand Down

0 comments on commit cde97fa

Please sign in to comment.