We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d67e7 commit 5318654Copy full SHA for 5318654
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.5.2
4
+
5
+* Bug fixes
6
+ * Add distillery ~> 2.1 to the new project generator.
7
+ * Lock down the `nerves` dependency to ~> 1.4.5 in new projects.
8
9
## 1.5.1
10
11
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.5.1",
+ version: "1.5.2",
elixir: "~> 1.7",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments