We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dab337 commit 7159da5Copy full SHA for 7159da5
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.11.1-dev
+# v0.11.1 (2013-11-07)
2
3
* Enhancements
4
* [Mix] Improve dependency convergence by explicitly checking each requirement instead of expecting all requirements to be equal
@@ -13,8 +13,6 @@
13
* [Mix] Raise error when duplicated projects are pushed into the stack
14
* [URI] Allow lowercase escapes in URI
15
16
-* Deprecations
17
-
18
* Backwards incompatible changes
19
* [Mix] Setting `:load_paths` in your project configuration is deprecated
20
VERSION
@@ -1 +1 @@
-0.11.1-dev
+0.11.1
src/elixir.app.src
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
- {vsn, "0.11.1-dev"},
+ {vsn, "0.11.1"},
{modules, [
5
elixir
6
]},
0 commit comments