Skip to content

Commit

Permalink
v0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 3, 2022
1 parent 8b92d30 commit 6e22f7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.7 - 2022-03-03

* Improvements
* Skip printing MOTD if Nerves.Runtime isn't started. The previous behavior
was to try to start Nerves.Runtime. The scenario this mostly affects is
printing the MOTD to the serial console right after Elixir loads, but before
Nerves.Runtime and the rest. Besides printing a slightly confusing MOTD of a
partially started system, it also could reorder OTP application from the
boot script.

## v0.1.6 - 2021-11-29

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesMOTD.MixProject do
use Mix.Project

@version "0.1.6"
@version "0.1.7"
@source_url "https://github.com/nerves-project/nerves_motd"

def project do
Expand Down

0 comments on commit 6e22f7d

Please sign in to comment.