Skip to content

Commit 5519ac4

Browse files
committed
v0.9.2 release
1 parent 86d5d08 commit 5519ac4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v0.9.2 - 2024-03-04
4+
5+
* Updates
6+
* Improve error message when an OTP application isn't found when building the
7+
OTP release script. It's usually due to a dependency typo or wrong targets
8+
spec, so point to that.
9+
310
## v0.9.1 - 2022-04-04
411

512
* Updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ releases` configuration in the `mix.exs` (replace `:simple_app`):
4848

4949
defp deps do
5050
[
51-
{:shoehorn, "~> 0.9.1"}
51+
{:shoehorn, "~> 0.9.2"}
5252
]
5353
end
5454
end

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.1"
4+
@version "0.9.2"
55
@source_url "https://github.com/nerves-project/shoehorn"
66

77
def project do

0 commit comments

Comments
 (0)