Skip to content

Commit 24c6623

Browse files
author
José Valim
committed
Release v0.9.1
1 parent 5ffec63 commit 24c6623

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.1.dev
1+
# v0.9.1 (2013-05-30)
22

33
* enhancements
44
* [IEx] Limit the number of entries kept in history and allow it to be configured
@@ -12,10 +12,7 @@
1212
* [Kernel] Unused functions with cyclic dependencies are now also warned as unused
1313
* [Mix] Fix a bug where `mix deps.get` was not retrieving nested dependencies
1414
* [Record] Fix a bug where nested records cannot be defined
15-
16-
* deprecations
17-
18-
* backwards incompatible changes
15+
* [Record] Fix a bug where a record named Record cannot be defined
1916

2017
# v0.9.0 (2013-05-23)
2118

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1.dev
1+
0.9.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.9.1.dev"},
3+
{vsn, "0.9.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)