Skip to content

Commit 579934e

Browse files
committed
v0.13.8 release
1 parent a73fd37 commit 579934e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.13.8 - 2025-03-24
4+
5+
This release has many updates, but none of them are expected to be noticeable to
6+
most Nerves users. Most are in support of the Raspberry Pi's TRYBOOT feature
7+
which is not supported in official Nerves systems.
8+
9+
* Changes
10+
* Update licensing and copyright for [REUSE compliance](https://reuse.software/)
11+
* Add `Nerves.Runtime.FwopOps.status/1` to report the currently running slot
12+
and the one that will run on the next boot
13+
* Improve active (current) firmware slot detection when `ops.fw` is available.
14+
While nothing has changed in official Nerves systems, more documentation has
15+
been added here to make the `ops.fw` tasks use official.
16+
* Support reloading KV cache and reload it automatically on firmware
17+
operations that may affect it.
18+
* Return error and warning details from `fwup` calls to avoid losing failure
19+
reasons
20+
* Reduce Dialyzer warnings when calling `Nerves.Runtime.mix_target/0` at
21+
runtime
22+
323
## v0.13.7 - 2024-01-15
424

525
* Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Runtime.MixProject do
22
use Mix.Project
33

4-
@version "0.13.7"
4+
@version "0.13.8"
55
@source_url "https://github.com/nerves-project/nerves_runtime"
66

77
def project do

0 commit comments

Comments
 (0)