Skip to content

Commit 65acfaf

Browse files
v0.5.0 release
1 parent 05e7999 commit 65acfaf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v0.5.0
4+
5+
* Enhancements
6+
* Exclude distillery, artificery, and mix from the release by default.
7+
* Removed RPC and application overlay modules.
8+
* Updated deps and docs.
9+
310
## v0.4.0
411

512
* Enhancements
@@ -24,7 +31,7 @@ Before this release, if an application were to exit the node would remain runnin
2431
and that applications would remain stopped. This may be desireable for development
2532
and test but is typically undesireable in production. This behaviour can be
2633
customized by configuring the `handler` in the config. For example, in dev you can
27-
use the module `Shoehorn.Handler.Ignore` to prevent the node from halting on failure.
34+
use the module `Shoehorn.Handler.Ignore` to prevent the node from halting on failure.
2835

2936
```elixir
3037
# config/dev.exs

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Shoehorn.Mixfile do
44
def project do
55
[
66
app: :shoehorn,
7-
version: "0.4.0",
7+
version: "0.5.0",
88
elixir: "~> 1.6",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)