Skip to content

Commit 898387e

Browse files
committed
v1.14.0 release
1 parent 58c2c71 commit 898387e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
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.13.1"
4+
@version "1.14.0"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)