Skip to content

Commit 7159da5

Browse files
author
José Valim
committed
Release v0.11.1
1 parent 5dab337 commit 7159da5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.11.1-dev
1+
# v0.11.1 (2013-11-07)
22

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

16-
* Deprecations
17-
1816
* Backwards incompatible changes
1917
* [Mix] Setting `:load_paths` in your project configuration is deprecated
2018

VERSION

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

0 commit comments

Comments
 (0)