We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dadc70 commit 1f1a60dCopy full SHA for 1f1a60d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.3
4
+
5
+* Enhancements
6
+ * Don't allow projects to be named `nerves`. Those won't work anyway.
7
8
## 1.6.2
9
10
* Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.Mixfile do
use Mix.Project
- @version "1.6.2"
+ @version "1.6.3"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments