File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 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)
22
33* enhancements
44 * [ 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:
1414
15156 ) Release new docs with ` make release_docs ` , move docs to ` docs/stable `
1616
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
1818
19198 ) Push package to expm with ` expm publish package.exs `
2020
21219 ) After release, bump versions and add ` -dev ` back
2222
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 `
2424
2525## Places where version is mentioned
2626
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 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 0.9.4-dev " },
3+ {vsn , " 0.10.0 " },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments