Skip to content

Commit ed27611

Browse files
author
José Valim
committed
Release v0.8.2
1 parent fd29173 commit ed27611

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v0.8.2 (2013-04-20)
2+
13
* enhancements
24
* [ExUnit] Use ANSI escape codes in CLI output
35
* [ExUnit] Include suite run time on CLI results

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.2.dev
1+
0.8.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, "0.8.2.dev"},
3+
{vsn, "0.8.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)