Skip to content

Commit b07fbcf

Browse files
author
José Valim
committed
Release v0.12.5
1 parent 4ab8225 commit b07fbcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.12.5-dev
1+
# v0.12.5 (2014-03-09)
22

33
* Bug fixes
44
* [Kernel] Ensure `try` does not generate an after clause. Generating an after clause forbade clauses in the `else` part from being tail recursive. This should improve performance and memory consumption of `Stream` functions

VERSION

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

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

0 commit comments

Comments
 (0)