We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d46eed commit b304ceaCopy full SHA for b304cea
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.10.1
4
+
5
+* New project generator updates
6
+ * Add `config/host.exs` so that there's a more obvious location for host-only
7
+ configuration
8
+ * Add `rootfs_overlay/etc/iex.exs` to the list of files to format with `mix
9
+ format`
10
11
## 1.10.0
12
13
* New project generator updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.10.0"
+ @version "1.10.1"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments