Skip to content

Commit

Permalink
Release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Aug 3, 2013
1 parent 6d62983 commit 0523789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.10.1-dev
# v0.10.1 (2013-08-03)

* enhancements
* [Behaviour] Add support for `defmacrocallback/1`
Expand All @@ -24,6 +24,7 @@

* bug fix
* [Behaviour] Ensure callbacks are stored in the definition order
* [CLI] Speed up boot time on Elixir .bat files
* [IEx] Reduce cases where IEx parser can get stuck
* [Kernel] Improve error messages when the use of an operator has no effect
* [Kernel] Fix a bug where warnings were not being generated when imported macros conflicted with local functions or macros
Expand All @@ -46,7 +47,6 @@
* [Regex] `Regex.scan/3` now always returns a list of lists, normalizing the result, instead of list with mixed lists and binaries
* [System] `System.halt/2` was removed since the current Erlang implementation of such function is bugged


# v0.10.0 (2013-07-15)

* enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1-dev
0.10.1
2 changes: 1 addition & 1 deletion src/elixir.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.10.1-dev"},
{vsn, "0.10.1"},
{modules, [
elixir
]},
Expand Down

0 comments on commit 0523789

Please sign in to comment.