File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.13.4 - 2023-04-24
4+
5+ * Changes
6+ * Fixed new compiler warnings with Elixir 1.15
7+ * Support the Nerves Heart v2.2 snooze feature.
8+ ` Nerves.Runtime.Heart.snooze/0 ` will request that ` heart ` continues to pet
9+ the hardware watchdog and ignore lack of updates from Erlang for a short
10+ amount of time to allow debug of conditions that would otherwise be
11+ interrupted by a watchdog timeout.
12+ * Report errors from Heart functions rather than hang forever when Erlang
13+ ` :heart ` is unresponsive.
14+ * Support additional status from Nerves Heart v2.2 to report the initial
15+ bootup grace period timeout and snooze timeout remaining.
16+
317## v0.13.3 - 2022-11-25
418
519* 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.3 "
4+ @ version "0.13.4 "
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