From f9aa998a2b434d5facb7f8d32ec4ce426c839bb6 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Tue, 12 Sep 2023 15:13:21 -0700 Subject: [PATCH] v1.10.4 release --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e89725e..b610ba66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.10.4 - 2023-09-13 + +* Improvements + * Adjust compilation error when `nerves_bootstrap` is missing + +* Bug Fix + * Adjust `mix nerves.system.shell` for OTP 26 + * With OTP 26, this task cannot completely handle the shell and + instead prints out the command to run manually for the + same effect. + ## v1.10.3 - 2023-07-07 * Improvements diff --git a/mix.exs b/mix.exs index 2f2247d9..b5f46d8e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nerves.MixProject do use Mix.Project - @version "1.10.3" + @version "1.10.4" @source_url "https://github.com/nerves-project/nerves" def project do