Skip to content

Commit 7744542

Browse files
v1.4.2 release
1 parent 81ee88f commit 7744542

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.4.2
4+
5+
* Enhancements
6+
* Added rpi3a to default supported targets list. See [nerves_system_rpi3a](https://github.com/nerves-project/nerves_system_rpi3a).
7+
* Bumped the minimum versions from 1.5 to 1.6.
8+
* Improved error message when trying to create new projects that support
9+
Elixir ~> 1.8 while running a version that is < 1.8.
10+
* Set required bootstrap archive version to ~> major.minor of the version of
11+
`nerves_bootstrap` that generated the new project.
12+
313
## 1.4.1
414

515
* Bug fixes

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

0 commit comments

Comments
 (0)