Skip to content

Commit 90ff71b

Browse files
author
José Valim
committed
Release v0.8.1
1 parent 7dd0aab commit 90ff71b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v0.8.1 (2013-02-17)
2+
13
* enhancements
24
* [ExUnit] Tests can now receive metadata set on setup/teardown callbacks
35
* [ExUnit] Add support to ExUnit.CaseTemplate to share callbacks in between test cases

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

Diff for: 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.0"},
3+
{vsn, "0.8.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)