Skip to content

Commit 9769bfc

Browse files
committed
v1.11.0 release
1 parent dc87ee6 commit 9769bfc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## v1.10.5 - 2023-12-26
421

522
* Improvements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.MixProject do
22
use Mix.Project
33

4-
@version "1.10.5"
4+
@version "1.11.0"
55
@source_url "https://github.com/nerves-project/nerves"
66

77
def project do

0 commit comments

Comments
 (0)