Skip to content

Commit 9582e87

Browse files
committed
v0.9.1 release
1 parent cef6e86 commit 9582e87

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+
## v0.9.1 - 2022-04-04
4+
5+
* Updates
6+
* Improve detection of invalid applications being passed in the `:init` and
7+
`:last` options.
8+
* Fall back to a reasonable default when trying to get application modes from
9+
the release options. This fixes an exception when building the release.
10+
* Support release configuration via the release options in a project's
11+
`mix.exs`. Add a `:shoehorn` key to the release parameters to set `:init`,
12+
`:last` or the `:exxtra_dependencies` options.
13+
314
## v0.9.0 - 2022-04-03
415

516
This is a major update to Shoehorn that includes **breaking changes**:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Shoehorn.MixProject do
22
use Mix.Project
33

4-
@version "0.9.0"
4+
@version "0.9.1"
55
@source_url "https://github.com/nerves-project/shoehorn"
66

77
def project do

0 commit comments

Comments
 (0)