File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 ] ] ,
You can’t perform that action at this time.
0 commit comments