File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.0.0-rc.2
4
+
5
+ * Updates
6
+ * Remove ` build_embedded ` from the mix.exs since it was unnecessary
7
+ * Fix update check in ` mix local.nerves `
8
+ * Various changes to align new project generator with the one in Elixir 1.6.
9
+ * Add rootfs_overlay directory and populate it with an iex.exs to load the
10
+ nerves_runtime IEX helpers. This replaces a common manual process of doing
11
+ this or something similar afterwards.
12
+ * Add a commented out reference for enabling Erlang's heartbeat monitor
13
+
3
14
## v1.0.0-rc.1
4
15
5
16
* Bug fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
4
4
def project do
5
5
[
6
6
app: :nerves_bootstrap ,
7
- version: "1.0.0-rc.1 " ,
7
+ version: "1.0.0-rc.2 " ,
8
8
elixir: "~> 1.4" ,
9
9
aliases: aliases ( ) ,
10
10
xref: [ exclude: [ Nerves.Env , Nerves.Artifact ] ] ,
You can’t perform that action at this time.
0 commit comments