Skip to content

Commit c325e81

Browse files
v1.10.0 release
1 parent 050c74a commit c325e81

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314
## 1.9.0
415

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

77
def project do

0 commit comments

Comments
 (0)