Skip to content

Commit b12c9dc

Browse files
v1.5.0 release
1 parent 14ce205 commit b12c9dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.5.0
4+
5+
* Enhancements
6+
* New projects include [nerves_init_gadget](https://hex.pm/packages/nerves_init_gadget) by default.
7+
If you want a minimal project that does not include `nerves_init_gadget`,
8+
pass `--no-init-gadget`.
9+
310
## 1.4.3
411

512
* Enhancements

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

0 commit comments

Comments
 (0)