Skip to content

Commit 115e6bc

Browse files
fhunlethmobileoverlord
authored andcommitted
v1.0.0-rc.2 release
1 parent 814d322 commit 115e6bc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

mix.exs

+1-1
Original file line numberDiff line numberDiff 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]],

0 commit comments

Comments
 (0)