File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments