Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 30, 2013
1 parent 5ffec63 commit 24c6623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.9.1.dev
# v0.9.1 (2013-05-30)

* enhancements
* [IEx] Limit the number of entries kept in history and allow it to be configured
Expand All @@ -12,10 +12,7 @@
* [Kernel] Unused functions with cyclic dependencies are now also warned as unused
* [Mix] Fix a bug where `mix deps.get` was not retrieving nested dependencies
* [Record] Fix a bug where nested records cannot be defined

* deprecations

* backwards incompatible changes
* [Record] Fix a bug where a record named Record cannot be defined

# v0.9.0 (2013-05-23)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1.dev
0.9.1
2 changes: 1 addition & 1 deletion src/elixir.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.9.1.dev"},
{vsn, "0.9.1"},
{modules, [
elixir
]},
Expand Down

2 comments on commit 24c6623

@devinus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@yrashk
Copy link
Contributor

@yrashk yrashk commented on 24c6623 May 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.