From 846e44a13ffea724ff8d8f0d11feba01c25b5caf Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Sat, 30 Sep 2023 08:32:55 -0600 Subject: [PATCH] v1.12.1 release --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc57d3..b7b729b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.12.1 - 2023-09-30 + +* Fixes + * Nerves.Bootstrap would fail to start in some cases where the dependencies + had not been fetched and Nerves.Bootstrap would try to warn about the + `:nerves` version requirement. This check has been moved to + `deps.precompile` which happens after dependencies are fetched and also + helps halt the build process if the `:nerves` version requirement is not + ## 1.12.0 - 2023-09-27 * Potentially breaking changes diff --git a/mix.exs b/mix.exs index 703e596..6d60fa3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nerves.Bootstrap.MixProject do use Mix.Project - @version "1.12.0" + @version "1.12.1" @source_url "https://github.com/nerves-project/nerves_bootstrap" def project do