File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.10.0
4
+
5
+ * New project generator updates
6
+ * Added ` osd32mp1 ` to default targets in new project generator.
7
+ See [ nerves_system_osd32mp1] ( https://github.com/nerves-project/nerves_system_osd32mp1 ) for system information.
8
+ * Update formatting to more closely match Elixir 1.11's new project generator
9
+ * Simplify the Nerves/Mix integration (now only an update to ` config.exs ` )
10
+ * Bump Nerves to ` ~> 1.7.0 `
11
+ * Bump Shoehorn to ` ~> 0.7.0 `
12
+ * Disable busy waiting in the BEAM by default.
13
+
3
14
## 1.9.0
4
15
5
16
* 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.9 .0"
4
+ @ version "1.10 .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