Skip to content

Commit

Permalink
[refs elixir-geolix/geolix#24] Remove :included_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 4, 2019
1 parent 88f22cd commit 3f2a1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## v0.3.0-dev

- Bug fixes
- `:mmdb2_decoder` has been moved from `:included_applications` to `:applications` to avoid potential problems with release tooling ([elixir-geolix/geolix#24](https://github.com/elixir-geolix/geolix/issues/24))

- Backwards incompatible changes
- Minimum required elixir version is now `~> 1.7`
- `:mmdb2_decoder` has been updated to `~> 2.0`
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ defmodule Geolix.Adapter.MMDB2.MixProject do

def application do
[
extra_applications: [:logger],
included_applications: [:mmdb2_decoder]
extra_applications: [:logger]
]
end

Expand Down

0 comments on commit 3f2a1a8

Please sign in to comment.