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 2f4dbd8 commit 141ba27Copy full SHA for 141ba27
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.13.3 - 2022-11-25
4
+
5
+* Changes
6
+ * Fixed poweroff with Nerves Heart v2.0 (be sure to use Nerves Heart v2.0.2 as
7
+ well). Thanks to @amclain for finding and fixing this.
8
9
## v0.13.2 - 2022-11-22
10
11
Support Nerves Heart v2.0.0 attributes and features. Nerves Heart v2.0.0 is a
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Runtime.MixProject do
use Mix.Project
- @version "0.13.2"
+ @version "0.13.3"
@source_url "https://github.com/nerves-project/nerves_runtime"
def project do
0 commit comments