Skip to content

Commit 5ea001e

Browse files
committed
v1.4.3 release
1 parent 00bee8a commit 5ea001e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.4.3
4+
5+
* Enhancements
6+
* Create mix.exs files with `build_embedded: true` so that build products
7+
aren't stored in the source tree. This helps fix a source of confusion when
8+
switching targets and C/C++ build products don't get rebuilt.
9+
* Improve the missing ssh key error message in config.exs
10+
311
## 1.4.2
412

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

0 commit comments

Comments
 (0)