Skip to content

Commit 56d1768

Browse files
committed
v1.13.0 release
1 parent 5cebd0b commit 56d1768

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 1.13.0 - 2024-07-05
4+
5+
Adds support for Elixir 1.17 and OTP 27. This now requires
6+
Elixir 1.13 as the minimum supported version
7+
8+
* New project generator updates
9+
* Adjust `vm.args.eex` to support Elixir 1.17 changes
10+
* Synchronized to match the Elixir `mix new` generated content
11+
* Removes the generated `target/0` function in favor of `Nerves.Runtime.mix_target()`
12+
* Generated `mix.exs` now uses the current Elixir version in use
13+
as the required version for the newly generated project
14+
* Various dependency updates
15+
316
## 1.12.2 - 2024-04-24
417

518
* Fixes

mix.exs

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

4-
@version "1.12.2"
4+
@version "1.13.0"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)