Commit 56d1768 1 parent 5cebd0b commit 56d1768 Copy full SHA for 56d1768
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 1.12.2 - 2024-04-24
4
17
5
18
* Fixes
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.Bootstrap.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.12.2 "
4
+ @ version "1.13.0 "
5
5
@ source_url "https://github.com/nerves-project/nerves_bootstrap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments