Skip to content

Commit

Permalink
v1.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jan 23, 2020
1 parent 72000e3 commit c7884ce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v1.5.4

* Enhancements
* Add `mix firmware.unpack` to unpack generated `.fw` files. This is useful
to inspect the contents of the target root filesystem and other .fw info
on the host.
* Update `mix burn` to accept the path to a `.fw` file with `--firmware | -i`.

* Bug fixes
* Invoke `mix firmware` when calling `mix firmware.image`. This matches the
behavior of `mix firmware.burn`.
* Fix issue with artifact base_dir expansion. This fixes an issue where mix
would attempt to resolve the nerves dependency artifacts even though they
have already been downloaded.
* Always generate `erlinit.config`, even if there are no config override in
mix config. This fixes an issue where removing overrides from mix config
would not update the erlinit.config.

## v1.5.3

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Nerves.Mixfile do
name: "Nerves",
source_url: "https://github.com/nerves-project/nerves",
homepage_url: "http://nerves-project.org/",
version: "1.5.3",
version: "1.5.4",
elixir: "~> 1.6.0 or ~> 1.7.3 or ~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit c7884ce

Please sign in to comment.