Skip to content

Commit

Permalink
v0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Oct 26, 2022
1 parent 6211d39 commit cd97c17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.1.8 - 2022-10-26

* Improvements
* Show CPU temperature on MOTD
* Support OTP 25
* Update the Nerves CLI help url
* Fix tests with nerves_runtime >= 0.11.9

## v0.1.7 - 2022-03-03

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
`nerves_motd` prints a ["message of the
day"](https://en.wikipedia.org/wiki/Motd_(Unix)) on Nerves devices.

![](https://user-images.githubusercontent.com/7563926/132778791-7968786b-7d35-4e50-969d-a13c32cdfb01.png)
![](https://user-images.githubusercontent.com/7563926/198033589-9034f9fc-1d25-4679-9aa1-ca8026577b9f.png)

## Usage

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.7"
@version "0.1.8"
@source_url "https://github.com/nerves-project/nerves_motd"

def project do
Expand Down

0 comments on commit cd97c17

Please sign in to comment.