Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Oct 24, 2018
1 parent d8b7d55 commit dcb0370
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.3.2

* Enhancements
* Updated docs for `mix nerves.new`.

* Bug fixes
* Invoke Nerves environment when calling `deps.compile`.
* Display warning instead of raising when calling `mix run`.

## 1.3.1

* Enhancements
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.3.1",
version: "1.3.2",
elixir: "~> 1.6",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
Expand Down

0 comments on commit dcb0370

Please sign in to comment.