Skip to content

Commit 83591b9

Browse files
author
José Valim
committed
Release v0.10.0
1 parent b0bc02e commit 83591b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This document simply outlines the release process:
1414

1515
6) 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

1919
8) Push package to expm with `expm publish package.exs`
2020

2121
9) 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

VERSION

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

0 commit comments

Comments
 (0)