Skip to content

Commit 0397a46

Browse files
author
José Valim
committed
Release v1.4.1
1 parent b87e58e commit 0397a46

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can now also install archives from Hex in this way. Since they are fetched a
109109

110110
It is also possible to install escripts and archives by providing a Git/GitHub repo. See `mix help escript.install` and `mix help archive.install` for more details.
111111

112-
## v1.4.1-dev
112+
## v1.4.1 (2017-01-26)
113113

114114
### 1. Bug fixes
115115

@@ -125,6 +125,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
125125

126126
#### Mix
127127

128+
* [Mix.Make] Run `make clean` for `erlang.mk`
128129
* [Mix.Rebar] Support all of rebar3 dependency package declaration
129130
* [Mix.Rebar] Only pass overrides from parent to child in Rebar dep
130131

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.4.0"},
3+
{vsn, "1.4.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)