Skip to content

Commit 7b4679b

Browse files
v1.2.1
1 parent 5773ca8 commit 7b4679b

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.2.1
4+
5+
* Bug fixes
6+
* Add RingLogger to all deps in new project generator.
7+
This fixes an issue that causes new projects generated with `--init-gadget`
8+
to crash on boot running on the host.
9+
310
## 1.2.0
411

512
Add support for generating new projects with `nerves_init_gadget`.

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

0 commit comments

Comments
 (0)