Skip to content

Commit 9f095cc

Browse files
fhunlethmobileoverlord
authored andcommitted
v1.3.0 release
1 parent 99b9490 commit 9f095cc

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
* New features
6+
* Enable `heart` in the new project generator. This engages both a
7+
software-based watchdog (Erlang's `heart` feature) and a hardware-based one
8+
on systems that support it. If the Erlang VM becomes unresponsive, one of
9+
the watchdogs will reboot the processor. See the Erlang `heart`
10+
documentation for changing timeouts and adding callbacks to your
11+
application.
12+
* Enable `build_embedded`. This ensures that C build products are separated
13+
based on target and prevents many causes of x86 build products ending up
14+
on ARM targets unintentionally.
15+
316
## 1.2.1
417

518
* Bug fixes
6-
* Add RingLogger to all deps in new project generator.
19+
* Add RingLogger to all deps in new project generator.
720
This fixes an issue that causes new projects generated with `--init-gadget`
821
to crash on boot running on the host.
922

1023
## 1.2.0
1124

1225
Add support for generating new projects with `nerves_init_gadget`.
13-
To generate a new project with `nerves_init_gadget` included,
26+
To generate a new project with `nerves_init_gadget` included,
1427
pass `--init-gadget` to `mix nerves.new`
1528

1629
For example:

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.2.1",
7+
version: "1.3.0",
88
elixir: "~> 1.6",
99
aliases: aliases(),
1010
xref: [exclude: [Nerves.Env, Nerves.Artifact]],

0 commit comments

Comments
 (0)