Skip to content

Commit 32d4739

Browse files
author
José Valim
committed
Release v0.9.3
1 parent 650cfc0 commit 32d4739

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# v0.9.3+dev
1+
# v0.9.3 (2013-06-23)
22

33
* enhancements
44
* [File] Add `File.chgrp`, `File.chmod` and `File.chown`
55
* [Kernel] Add --warnings-as-errors to Elixir's compiler options
66
* [Kernel] Print warnings to stderr
77
* [Kernel] Warn on undefined module attributes
8-
* [Kernel] Emit warning for 'x in []' in guards
8+
* [Kernel] Emit warning for `x in []` in guards
99
* [Kernel] Add `binding/0` and `binding/1` for retrieving bindings
1010
* [Kernel] `quote` now allows a binding as an option
1111
* [Macro] Add `Macro.expand_once/2` and `Macro.expand_all/2`

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3+dev
1+
0.9.3

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.9.3+dev"},
3+
{vsn, "0.9.3"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)