Commit 99f9ca7 1 parent 212132a commit 99f9ca7 Copy full SHA for 99f9ca7
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# nerves_bootstrap
2
2
3
+ ## v0.6.3
4
+ * Removed unsupported systems from default targets and added x86_64.
5
+ * Moved to independent hex package.
6
+
3
7
## v0.6.2
4
8
* Enhancements
5
9
* [ mix nerves.new] Use the new ` rootfs_overlay ` option
9
13
* [ mix nerves.new] system dependencies are appended as a list so there is a
10
14
clear location for where system specific dependencies are added.
11
15
* [ 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.
13
17
14
18
## v0.6.1
15
19
* Enhancements
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Nerves.Bootstrap.Mixfile do
3
3
4
4
def project do
5
5
[ app: :nerves_bootstrap ,
6
- version: "0.6.2 " ,
6
+ version: "0.6.3 " ,
7
7
elixir: "~> 1.4" ,
8
8
aliases: aliases ( ) ,
9
9
xref: [ exclude: [ Nerves.Env ] ] ,
You can’t perform that action at this time.
0 commit comments