File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
314## v1.0.0-rc.1
415
516* Bug fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
44 def project do
55 [
66 app: :nerves_bootstrap ,
7- version: "1.0.0-rc.1 " ,
7+ version: "1.0.0-rc.2 " ,
88 elixir: "~> 1.4" ,
99 aliases: aliases ( ) ,
1010 xref: [ exclude: [ Nerves.Env , Nerves.Artifact ] ] ,
You can’t perform that action at this time.
0 commit comments