Commit 846e44a 1 parent e75ba4c commit 846e44a Copy full SHA for 846e44a
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## 1.12.0 - 2023-09-27
4
13
5
14
* Potentially breaking changes
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.Bootstrap.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.12.0 "
4
+ @ version "1.12.1 "
5
5
@ source_url "https://github.com/nerves-project/nerves_bootstrap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments