Skip to content

Commit 91c14d1

Browse files
committed
v1.15.0 release
1 parent ba4ad08 commit 91c14d1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
# Changelog
77

8+
## v1.15.0 - 2026-07-10
9+
10+
This release adds support for using [Apple Container](https://opensource.apple.com/projects/container/)
11+
as an alternative to Docker for building Nerves systems on macOS. It's used
12+
automatically if available. (@tomfarm)
13+
14+
* Changes
15+
* Add `mix nerves.artifact.details --copy-fwup-conf <path>` helper
16+
* Support `mix nerves.artifact.details` without a MIX_TARGET
17+
818
## v1.14.3 - 2026-06-12
919

1020
* Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule Nerves.MixProject do
66
use Mix.Project
77

8-
@version "1.14.3"
8+
@version "1.15.0"
99
@source_url "https://github.com/nerves-project/nerves"
1010

1111
# Fail quickly on OTP 25 and earlier rather than letting them fail at runtime

0 commit comments

Comments
 (0)