Commit 9582e87 1 parent cef6e86 commit 9582e87 Copy full SHA for 9582e87
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
+ ## 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
+
3
14
## v0.9.0 - 2022-04-03
4
15
5
16
This is a major update to Shoehorn that includes ** breaking changes** :
Original file line number Diff line number Diff line change 1
1
defmodule Shoehorn.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.9.0 "
4
+ @ version "0.9.1 "
5
5
@ source_url "https://github.com/nerves-project/shoehorn"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments