File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # v0.9.4-dev
1
+ # v0.10.0 (2013-07-15)
2
2
3
3
* enhancements
4
4
* [ ExUnit] Support ` trace: true ` option which gives detailed reporting on test runs
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ This document simply outlines the release process:
14
14
15
15
6 ) Release new docs with ` make release_docs ` , move docs to ` docs/stable `
16
16
17
- 7 ) Release new zip with ` make release_zip ` , push new zip to Elixir's elixir-lang.org/packages.html
17
+ 7 ) Release new zip with ` make release_zip ` , push new zip to Github Releases
18
18
19
19
8 ) Push package to expm with ` expm publish package.exs `
20
20
21
21
9 ) After release, bump versions and add ` -dev ` back
22
22
23
- 10 ) ` make release_docs ` once again, update ` packages.html ` and push ` elixir-lang.github.com `
23
+ 10 ) ` make release_docs ` once again and push ` elixir-lang.github.com `
24
24
25
25
## Places where version is mentioned
26
26
Original file line number Diff line number Diff line change 1
- 0.9.4-dev
1
+ 0.10.0
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 0.9.4-dev " },
3
+ {vsn , " 0.10.0 " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments