Skip to content

Commit a7c9429

Browse files
committed
v0.11.0 release
1 parent 9c58f6e commit a7c9429

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v0.10.2 - 2024-05-06
411

512
* Updates

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.10.2"
5+
@version "0.11.0"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)