Skip to content

Commit 846e44a

Browse files
committed
v1.12.1 release
1 parent e75ba4c commit 846e44a

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
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.12.1 - 2023-09-30
4+
5+
* Fixes
6+
* Nerves.Bootstrap would fail to start in some cases where the dependencies
7+
had not been fetched and Nerves.Bootstrap would try to warn about the
8+
`:nerves` version requirement. This check has been moved to
9+
`deps.precompile` which happens after dependencies are fetched and also
10+
helps halt the build process if the `:nerves` version requirement is not
11+
312
## 1.12.0 - 2023-09-27
413

514
* Potentially breaking changes

mix.exs

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

4-
@version "1.12.0"
4+
@version "1.12.1"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)