We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9da34c commit c9bb1cbCopy full SHA for c9bb1cb
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.13.6 - 2023-11-10
4
+
5
+* Changes
6
+ * Fix errant return from `Nerves.Runtime.reboot` when using guarded reboots.
7
+ This resulted in code running after the reboot call that wasn't expected to
8
+ have been run.
9
+ * Simplify and harden power off and reboot for edge cases
10
11
## v0.13.5 - 2023-09-26
12
13
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Runtime.MixProject do
use Mix.Project
- @version "0.13.5"
+ @version "0.13.6"
@source_url "https://github.com/nerves-project/nerves_runtime"
def project do
0 commit comments