File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# Changelog
77
8+ ## 1.14.0 - 2025-10-20
9+
10+ * New project generator updates
11+ * In ` vm.args.eex ` , use interactive mode rather than embedded mode as a
12+ default. Interactive mode boot performance has improved and it's generally a
13+ more user friendly default for those who don't know about it.
14+ * Replaced ` rpi3a ` target with ` rpi0_2 ` to encourage Raspberry Pi Zero 2W
15+ users to prefer it.
16+
17+ * Changes
18+ * Disable Elixir 1.19 parallel compilation. This is intended to be a temporary
19+ fix until the Nerves build issue can be fixed.
20+ * Add REUSE compliance for licensing and copyright info
21+
822## 1.13.1 - 2024-09-27
923
1024* New project generator updates
Original file line number Diff line number Diff line change 11defmodule Nerves.Bootstrap.MixProject do
22 use Mix.Project
33
4- @ version "1.13.1 "
4+ @ version "1.14.0 "
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