We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9348f commit 9947cb1Copy full SHA for 9947cb1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.5.1
4
+
5
+* Bug fixes
6
+ * Compile distillery before nerves when included as an optional dependency.
7
8
## 1.5.0
9
10
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.5.0",
+ version: "1.5.1",
elixir: "~> 1.7",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments