Skip to content

Commit

Permalink
v0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 6, 2022
1 parent cef6e86 commit 9582e87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.9.1 - 2022-04-04

* Updates
* Improve detection of invalid applications being passed in the `:init` and
`:last` options.
* Fall back to a reasonable default when trying to get application modes from
the release options. This fixes an exception when building the release.
* Support release configuration via the release options in a project's
`mix.exs`. Add a `:shoehorn` key to the release parameters to set `:init`,
`:last` or the `:exxtra_dependencies` options.

## v0.9.0 - 2022-04-03

This is a major update to Shoehorn that includes **breaking changes**:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Shoehorn.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 9582e87

Please sign in to comment.