Skip to content

Commit 5e6d31a

Browse files
committed
v0.15.0 release
1 parent 469a130 commit 5e6d31a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
-->
55
# Changelog
66

7+
## v0.15.0 - 2026-02-18
8+
9+
This updates the Raspberry Pi Nerves systems to their 2.0 versions. If upgrading
10+
an existing device, the MicroSD/eMMC layout will be upgraded to support the
11+
Raspberry Pi Tryboot feature. It's not possible to downgrade to the old layout
12+
without manually reflashing.
13+
14+
All other supported devices just have patch updates for the new Erlang and
15+
Buildroot versions.
16+
17+
* Updates
18+
* Update Nerves systems to `nerves_system_br v1.33.1 (Erlang/OTP 28.3.1, Buildroot 2025.11.1)
19+
720
## v0.14.0 - 2026-01-07
821

922
* Updates

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule CircuitsQuickstart.MixProject do
44
use Mix.Project
55

66
@app :circuits_quickstart
7-
@version "0.14.0"
7+
@version "0.15.0"
88
@all_targets [
99
:rpi,
1010
:rpi0,

0 commit comments

Comments
 (0)