There was an error while loading. Please reload this page.
1 parent ba4ad08 commit 91c14d1Copy full SHA for 91c14d1
2 files changed
CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
# Changelog
7
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
18
## v1.14.3 - 2026-06-12
19
20
* Changes
mix.exs
@@ -5,7 +5,7 @@
defmodule Nerves.MixProject do
use Mix.Project
- @version "1.14.3"
+ @version "1.15.0"
@source_url "https://github.com/nerves-project/nerves"
# Fail quickly on OTP 25 and earlier rather than letting them fail at runtime
0 commit comments