Skip to content

Commit 543dfde

Browse files
author
José Valim
committed
Release v0.12.4
1 parent b1b1cd3 commit 543dfde

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# v0.12.4-dev
1+
# v0.12.4 (2014-02-12)
22

33
* Enhancements
44
* [Mix] `mix deps.get` and `mix deps.update` no longer compile dependencies afterwards. Instead, they mark the dependencies which are going to be automatically compiled next time `deps.check` is invoked (which is done automatically by most mix tasks). This means users should have a better workflow when migrating in between environments
55

6-
* Bug fixes
7-
86
* Deprecations
97
* [Kernel] `//` for default arguments is deprecated in favor of `\\`
108
* [Kernel] Using `%` for sigils is deprecated in favor of `~`. This is a soft deprecation, no warnings will be emitted for it in this release
11-
* [Kernel] Using ^ inside function clause heads is deprecated, please use a guard instead
9+
* [Kernel] Using `^` inside function clause heads is deprecated, please use a guard instead
1210

1311
* Backwards incompatible changes
1412
* [ExUnit] `CaptureIO` returns an empty string instead of nil when there is no capture

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.4-dev
1+
0.12.4

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

0 commit comments

Comments
 (0)