Skip to content

Commit 0160aa5

Browse files
committed
v0.1.11 release
1 parent 1db9e52 commit 0160aa5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## v0.1.11 - 2023-02-04
6+
7+
* Bug fixees
8+
* Don't raise if `Nerves.Runtime.KV` is empty
9+
10+
* Improvements
11+
* Test with ANSI off to make tests easier to read
12+
* Update specs to `IO.chardata()` for consistency
13+
514
## v0.1.10 - 2023-02-01
615

716
* Improvements

mix.exs

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

4-
@version "0.1.10"
4+
@version "0.1.11"
55
@source_url "https://github.com/nerves-project/nerves_motd"
66

77
def project do

0 commit comments

Comments
 (0)