Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Aug 20, 2018
1 parent da89dd6 commit 632fb51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.6.5

Update dependencies to only include `dialyxir` for `[:dev, :test]`, preventing it
from being distributed in the with the hex package. This addresses an issue
where `dialyxir` and its dependencies would be included in the applications list
when producing the OTP release and cause `:wx` to raise because the target
version of `erts` was compiled without it.

## v0.6.4

* 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.4",
version: "0.6.5",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
make_clean: ["clean"],
Expand Down

0 comments on commit 632fb51

Please sign in to comment.