File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## 1.10.6 - 2022-02-23
4
27
5
28
* New project generator 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.10.6 "
4
+ @ version "1.11.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