We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db9e52 commit 0160aa5Copy full SHA for 0160aa5
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
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
14
## v0.1.10 - 2023-02-01
15
16
* Improvements
mix.exs
@@ -1,7 +1,7 @@
1
defmodule NervesMOTD.MixProject do
use Mix.Project
- @version "0.1.10"
+ @version "0.1.11"
@source_url "https://github.com/nerves-project/nerves_motd"
def project do
0 commit comments