We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06a775 commit f9aa998Copy full SHA for f9aa998
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v1.10.4 - 2023-09-13
4
+
5
+* Improvements
6
+ * Adjust compilation error when `nerves_bootstrap` is missing
7
8
+* Bug Fix
9
+ * Adjust `mix nerves.system.shell` for OTP 26
10
+ * With OTP 26, this task cannot completely handle the shell and
11
+ instead prints out the command to run manually for the
12
+ same effect.
13
14
## v1.10.3 - 2023-07-07
15
16
* Improvements
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
0 commit comments