Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Nov 7, 2013
1 parent 5dab337 commit 7159da5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.11.1-dev
# v0.11.1 (2013-11-07)

* Enhancements
* [Mix] Improve dependency convergence by explicitly checking each requirement instead of expecting all requirements to be equal
Expand All @@ -13,8 +13,6 @@
* [Mix] Raise error when duplicated projects are pushed into the stack
* [URI] Allow lowercase escapes in URI

* Deprecations

* Backwards incompatible changes
* [Mix] Setting `:load_paths` in your project configuration is deprecated

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1-dev
0.11.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.11.1-dev"},
{vsn, "0.11.1"},
{modules, [
elixir
]},
Expand Down

0 comments on commit 7159da5

Please sign in to comment.