Skip to content

Commit b304cea

Browse files
fhunlethmobileoverlord
authored andcommitted
v1.10.1 release
1 parent 7d46eed commit b304cea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 1.10.0
412

513
* New project generator updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Bootstrap.MixProject do
22
use Mix.Project
33

4-
@version "1.10.0"
4+
@version "1.10.1"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)