Commit 9769bfc 1 parent dc87ee6 commit 9769bfc Copy full SHA for 9769bfc
File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.11.0 - 2024-07-05
4
+
5
+ This release includes support for Elixir 1.17 and is generally
6
+ safe for most, but some setups may be broken and require small
7
+ changes:
8
+
9
+ * Minimum Elixir version is now ` 1.13 `
10
+ * If using Elixir >= 1.17, ` vm.args.eex ` needs to be updated
11
+ to use the run function ` -run elixir start_cli ` . Firmware
12
+ builds will fail if ` vm.args.eex ` settings are incompatible with
13
+ the current Elixir version to prevent unbootable images.
14
+
15
+ * Bug Fix
16
+ * Docker build runner changed to mount ` ~/.ssh ` instead of attempting
17
+ to use ` ssh-agent ` which would run into issues compiling systems
18
+ on MacOS
19
+
3
20
## v1.10.5 - 2023-12-26
4
21
5
22
* Improvements
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.10.5 "
4
+ @ version "1.11.0 "
5
5
@ source_url "https://github.com/nerves-project/nerves"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments