Skip to content

Commit 7881123

Browse files
author
José Valim
committed
Release v1.3.0-rc.0
1 parent 59a99f9 commit 7881123

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ defmodule UserManagementTest do
264264
end
265265
```
266266

267-
By forbidding hierarchies in favor of named setups, it is straight-forward for the developer to glance at each describe block and know exactly the setup steps involved.
267+
By restricting hierarchies in favor of named setups, it is straight-forward for the developer to glance at each describe block and know exactly the setup steps involved.
268268

269-
## v1.3.0-dev
269+
## v1.3.0-rc.0 (2016-30-05)
270270

271271
### 1. Enhancements
272272

VERSION

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

0 commit comments

Comments
 (0)