Skip to content

Commit 4121485

Browse files
committed
v1.11.5 release
1 parent b0a5241 commit 4121485

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.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+
316
## 1.11.4 - 2023-03-03
417

518
* Updates

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.11.4"
4+
@version "1.11.5"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)