Commit 5519ac4 1 parent 86d5d08 commit 5519ac4 Copy full SHA for 5519ac4
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## v0.9.1 - 2022-04-04
4
11
5
12
* Updates
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ releases` configuration in the `mix.exs` (replace `:simple_app`):
48
48
49
49
defp deps do
50
50
[
51
- {:shoehorn , " ~> 0.9.1 " }
51
+ {:shoehorn , " ~> 0.9.2 " }
52
52
]
53
53
end
54
54
end
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.1 "
4
+ @ version "0.9.2 "
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