Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord authored and fhunleth committed Aug 8, 2018
1 parent 219e574 commit 20aeb3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.6.2

* Enhancements
* Updates to docs and typespecs.

* Bug fixes
* Read the U-Boot environment directly using :file if possible. (OTP-21)
This fixes an issue with `fw_printenv` where multi-line values cause the
output to be unparseable.

## v0.6.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Nerves.Runtime.MixProject do
def project do
[
app: :nerves_runtime,
version: "0.6.1",
version: "0.6.2",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
make_clean: ["clean"],
Expand Down

0 comments on commit 20aeb3b

Please sign in to comment.