Skip to content

Commit d1d46db

Browse files
author
José Valim
committed
Start v1.0.3-dev
1 parent 02056d1 commit d1d46db

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v1.0.3-dev
4+
5+
* Bug fixes
6+
* [IO] Make `IO.ANSI.Docs` readable on white background
7+
* [Mix] Don't show hex update message on mix `local.hex`
8+
* [Mix] Ensure tasks are properly underscored and camelized
9+
* [String] Fix LFCR being treated as a grapheme instead of CRLF
10+
311
## v1.0.2 (2014-10-21)
412

513
* Bug fixes

VERSION

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

0 commit comments

Comments
 (0)