Skip to content

Commit 57de7b4

Browse files
committed
v1.10.3 release
1 parent 64c3e36 commit 57de7b4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.10.3
4+
5+
* New project generator updates
6+
* Update dependency versions to latest
7+
* Add NervesMOTD to the `iex.exs`
8+
* Add more comments to commonly edited locations in the `mix.exs`
9+
310
## 1.10.2
411

512
* New project generator updates

mix.exs

Lines changed: 1 addition & 1 deletion
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.2"
4+
@version "1.10.3"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)