Skip to content

Commit 3a88d36

Browse files
jjcarstensfhunleth
authored andcommitted
v1.11.0 release
1 parent 454b3e2 commit 3a88d36

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 1.11.0 - 2022-06-17
4+
5+
* Potentially breaking changes
6+
* Elixir 1.11 or later is now required
7+
* Move the core `mix` tooling to `:nerves`
8+
* This is part of a bigger reorganization and adjustment to the bootstrap
9+
tooling in order to reduce it's footprint. However, these changes have
10+
been tested and are considered backwards compatible and most should not
11+
see any impact from it. If you were using `Nerves.Bootstrap.Aliases`
12+
module directly, you may notice adjusted aliases listed.
13+
14+
* Enhancements
15+
* Add GRiSP2 to officially supported Nerves devices
16+
* Improve message when unknown target is selected
17+
* Add `--no-nerves-pack` to nerves.new options doc
18+
19+
* New project generator updates
20+
* Remove `system_registry` option from generator
21+
* toolshed 0.2.26
22+
* shoehorn 0.9.1
23+
* nerves_runtime 0.13.0
24+
* ring_logger 0.8.5
25+
326
## 1.10.6 - 2022-02-23
427

528
* New project generator 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.10.6"
4+
@version "1.11.0"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)