From 9769bfc5c3511947a328c880edac96f752af5f4b Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 5 Jul 2024 09:50:49 -0600 Subject: [PATCH] v1.11.0 release --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23aaebdb..eae136ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.11.0 - 2024-07-05 + +This release includes support for Elixir 1.17 and is generally +safe for most, but some setups may be broken and require small +changes: + +* Minimum Elixir version is now `1.13` +* If using Elixir >= 1.17, `vm.args.eex` needs to be updated + to use the run function `-run elixir start_cli`. Firmware + builds will fail if `vm.args.eex` settings are incompatible with + the current Elixir version to prevent unbootable images. + +* Bug Fix + * Docker build runner changed to mount `~/.ssh` instead of attempting + to use `ssh-agent` which would run into issues compiling systems + on MacOS + ## v1.10.5 - 2023-12-26 * Improvements diff --git a/mix.exs b/mix.exs index 2ea6f8d2..c48f6067 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nerves.MixProject do use Mix.Project - @version "1.10.5" + @version "1.11.0" @source_url "https://github.com/nerves-project/nerves" def project do