We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e4afa commit 44b1d1dCopy full SHA for 44b1d1d
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v1.0.0-rc.3
4
+
5
+* Updates
6
+ * Various new project generator code format updates. Include `:runtime_tools`
7
+ in `:extra_applications`.
8
+* Bug fixes
9
+ * Only display Nerves environment helper text when the Nerves environment
10
+ is loaded. Fixes issues with running mix commands like `mix format -` that
11
+ require the I/O to remain clean.
12
13
## v1.0.0-rc.2
14
15
* Updates
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.0.0-rc.2",
+ version: "1.0.0-rc.3",
elixir: "~> 1.4",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments