Skip to content

Commit

Permalink
v0.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Feb 4, 2023
1 parent 1db9e52 commit 0160aa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.1.11 - 2023-02-04

* Bug fixees
* Don't raise if `Nerves.Runtime.KV` is empty

* Improvements
* Test with ANSI off to make tests easier to read
* Update specs to `IO.chardata()` for consistency

## v0.1.10 - 2023-02-01

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

def project do
Expand Down

0 comments on commit 0160aa5

Please sign in to comment.