Skip to content

Commit

Permalink
v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 5, 2024
1 parent dc87ee6 commit 9769bfc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9769bfc

Please sign in to comment.