Skip to content

Commit

Permalink
v0.1.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 19, 2024
1 parent 743a84b commit 21760c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 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.15 - 2024-07-19

This release requires Elixir 1.13 or later. Previous versions became hard to
maintain due to dependent packages. No code changed in this library to prevent
previous versions from working.

* Fixes
* Fix a regression that caused the firmware validity to always show up as valid even when invalid.

## v0.1.14 - 2024-06-02

* Improvements
Expand All @@ -20,7 +29,7 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.11 - 2023-02-04

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

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

def project do
Expand Down

0 comments on commit 21760c9

Please sign in to comment.