Skip to content

Commit 893e333

Browse files
author
José Valim
committed
Update changelog and move version to 0.9.2.dev
1 parent 5e94a69 commit 893e333

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.9.2.dev
2+
3+
* enhancements
4+
* [Mix] Automatically import git dependencies from Rebar
5+
* [Regex] Add `Regex.escape`
6+
7+
* bug fix
8+
* [IEx] Do not interpret ANSI codes in IEx results
9+
* [Mix] Fix usage of shell expressions in `Mix.Shell.cmd`
10+
11+
* deprecations
12+
13+
* backwards incompatible changes
14+
115
# v0.9.1 (2013-05-30)
216

317
* enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1
1+
0.9.2.dev

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.9.1"},
3+
{vsn, "0.9.2.dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)