Skip to content

Commit 9cff614

Browse files
author
José Valim
committed
Release v0.14.0
1 parent 65a3434 commit 9cff614

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,6 +1,6 @@
11
# Changelog
22

3-
## v0.14.0-dev
3+
## v0.14.0 (2014-06-08)
44

55
* Enhancements
66
* [ExUnit] Add `on_exit/1` callbacks that are guaranteed to run once the test process exits and always in another process

VERSION

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

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

0 commit comments

Comments
 (0)