We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fca087 commit 79644ddCopy full SHA for 79644dd
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 1.2.0
4
+
5
+Add support for generating new projects with `nerves_init_gadget`.
6
+To generate a new project with `nerves_init_gadget` included,
7
+pass `--init-gadget` to `mix nerves.new`
8
9
+For example:
10
11
+ mix nerves.new my_app --init-gadget
12
13
## 1.1.0
14
15
This release updates the new project generator to create projects that will work
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.1.0",
+ version: "1.2.0",
elixir: "~> 1.6",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments