Skip to content

Commit 99f9ca7

Browse files
v0.6.3
1 parent 212132a commit 99f9ca7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# nerves_bootstrap
22

3+
## v0.6.3
4+
* Removed unsupported systems from default targets and added x86_64.
5+
* Moved to independent hex package.
6+
37
## v0.6.2
48
* Enhancements
59
* [mix nerves.new] Use the new `rootfs_overlay` option
@@ -9,7 +13,7 @@
913
* [mix nerves.new] system dependencies are appended as a list so there is a
1014
clear location for where system specific dependencies are added.
1115
* [mix nerves.new] moved the config for bootloader above so that it is
12-
configured before importing target specific configuration.
16+
configured before importing target specific configuration.
1317

1418
## v0.6.1
1519
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Nerves.Bootstrap.Mixfile do
33

44
def project do
55
[app: :nerves_bootstrap,
6-
version: "0.6.2",
6+
version: "0.6.3",
77
elixir: "~> 1.4",
88
aliases: aliases(),
99
xref: [exclude: [Nerves.Env]],

0 commit comments

Comments
 (0)