Commit 4121485 1 parent b0a5241 commit 4121485 Copy full SHA for 4121485
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.11.5 - 2023-07-07
4
+
5
+ * Updates
6
+ * Support Elixir 1.15/OTP 26
7
+
8
+ * New project generator updates
9
+ * Adjust ` vm.args.eex ` based on Elixir version
10
+ * Fix typo in templates/new/config/host.exs
11
+ * Run formatting as part of ` mix nerves.new `
12
+ * Adjust ` :nerves_runtime ` to be available on host
13
+ * Add ` nerves_system_mangopi_mq_pro ` system
14
+ * ` :ring_logger ` 0.10.0
15
+
3
16
## 1.11.4 - 2023-03-03
4
17
5
18
* Updates
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.11.4 "
4
+ @ version "1.11.5 "
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