Skip to content

Commit 9decf4c

Browse files
author
José Valim
committed
Release v1.2.2
1 parent e2463a5 commit 9decf4c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,18 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
8585
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686
available.
8787

88-
## v1.2.2-dev
88+
## v1.2.2
8989

9090
### 1. Enhancements
9191

9292
* [Kernel] Support `@compile {:autoload, false}` to disable automatic loading after compilation
9393

9494
### 2. Bug fixes
9595

96+
* [ExUnit] Raise if trying to override reserved tag in `setup` blocks
9697
* [Mix] Ensure retrieve compile manifests do fail if some compilers are not yet available
9798
* [Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order
99+
* [Mix] Force recompilation if dependency was recently fetched
98100

99101
## v1.2.1 (2016-01-14)
100102

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

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.2.1"},
3+
{vsn, "1.2.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)