File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 55
66# Changelog
77
8+ ## 1.14.3 - 2025-12-26
9+
10+ * Changes
11+ * Fix Elixir 1.19 deprecation warning in a ` mix nerves.new ` project
12+ * Fix unused ` @all_targets ` warning when creating a ` --no-nerves-pack ` project
13+
814## 1.14.2 - 2025-12-25
915
1016* Changes
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ mix local.nerves
3939If you need to force a specific version, run:
4040
4141``` bash
42- mix archive.install hex nerves_bootstrap 1.0.1
42+ mix archive.install hex nerves_bootstrap 1.14.3
4343```
4444
4545## Mix tasks
Original file line number Diff line number Diff line change 11defmodule Nerves.Bootstrap.MixProject do
22 use Mix.Project
33
4- @ version "1.14.2 "
4+ @ version "1.14.3 "
55 @ source_url "https://github.com/nerves-project/nerves_bootstrap"
66
77 def project do
You can’t perform that action at this time.
0 commit comments