Skip to content

Commit

Permalink
v0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 4, 2024
1 parent 86d5d08 commit 5519ac4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.9.2 - 2024-03-04

* Updates
* Improve error message when an OTP application isn't found when building the
OTP release script. It's usually due to a dependency typo or wrong targets
spec, so point to that.

## v0.9.1 - 2022-04-04

* Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ releases` configuration in the `mix.exs` (replace `:simple_app`):

defp deps do
[
{:shoehorn, "~> 0.9.1"}
{:shoehorn, "~> 0.9.2"}
]
end
end
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.1"
@version "0.9.2"
@source_url "https://github.com/nerves-project/shoehorn"

def project do
Expand Down

0 comments on commit 5519ac4

Please sign in to comment.