Skip to content

Commit 139d2ea

Browse files
author
José Valim
committed
Release v1.1.1
1 parent 84b3346 commit 139d2ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ Note: Erlang 17.1 contains a regression in its wildcard implementation that
4646
causes tools like rebar to fail. If you have a project with rebar dependencies
4747
and is using Erlang 17.1, remember to update to at least Erlang 17.3.
4848

49+
## v1.1.1 (2015-09-28)
50+
51+
### Bug fixes
52+
53+
* [Enum] Fix non-integer member checks with ranges
54+
* [ExUnit] Fix assertion errors with more than 1 pinned var
55+
* [Mix] Ensure umbrella apps can boot with build_embedded is true
56+
4957
## v1.1.0 (2015-09-25)
5058

5159
### 1. Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.1.0"},
3+
{vsn, "1.1.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)