We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a045c commit 242dc72Copy full SHA for 242dc72
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.5.3
4
+
5
+* Bug fixes
6
+ * Change distillery to ~> 2.0 in the new project generator.
7
8
## 1.5.2
9
10
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.5.2",
+ version: "1.5.3",
elixir: "~> 1.7",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments