Skip to content

Commit

Permalink
v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth authored and mobileoverlord committed Sep 18, 2018
1 parent 99b9490 commit 9f095cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
# Changelog

## 1.3.0

* New features
* Enable `heart` in the new project generator. This engages both a
software-based watchdog (Erlang's `heart` feature) and a hardware-based one
on systems that support it. If the Erlang VM becomes unresponsive, one of
the watchdogs will reboot the processor. See the Erlang `heart`
documentation for changing timeouts and adding callbacks to your
application.
* Enable `build_embedded`. This ensures that C build products are separated
based on target and prevents many causes of x86 build products ending up
on ARM targets unintentionally.

## 1.2.1

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

## 1.2.0

Add support for generating new projects with `nerves_init_gadget`.
To generate a new project with `nerves_init_gadget` included,
To generate a new project with `nerves_init_gadget` included,
pass `--init-gadget` to `mix nerves.new`

For example:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
version: "1.2.1",
version: "1.3.0",
elixir: "~> 1.6",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
Expand Down

0 comments on commit 9f095cc

Please sign in to comment.