Skip to content

Commit 0523789

Browse files
author
José Valim
committed
Release v0.10.1
1 parent 6d62983 commit 0523789

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.10.1-dev
1+
# v0.10.1 (2013-08-03)
22

33
* enhancements
44
* [Behaviour] Add support for `defmacrocallback/1`
@@ -24,6 +24,7 @@
2424

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

49-
5050
# v0.10.0 (2013-07-15)
5151

5252
* enhancements

VERSION

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

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

0 commit comments

Comments
 (0)