Skip to content

Commit 0fe3da9

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 03d0ad3 commit 0fe3da9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.0.2-dev
4+
5+
* Bug fixes
6+
* [EEx] Remove invalid warning when attempting to inline code in EEx
7+
* [IEx] Set null prompt function in dumb term mode
8+
* [String] Fix `String.replace/4` typespec
9+
310
## v1.0.1 (2014-10-07)
411

512
* Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.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, "1.0.1"},
3+
{vsn, "1.0.2-dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)