From 0e97b9bed0ea4342af5737354038f75c491c0e14 Mon Sep 17 00:00:00 2001 From: Harenson Henao Date: Mon, 7 Mar 2016 16:18:04 -0500 Subject: [PATCH 1/2] [Fix #347] Remove unused application --- src/elvis.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elvis.app.src b/src/elvis.app.src index 1908197..4d03ecb 100644 --- a/src/elvis.app.src +++ b/src/elvis.app.src @@ -3,7 +3,7 @@ [ {description, "Core library for the Erlang style reviewer"}, {vsn, "0.2.8"}, - {applications, [kernel, stdlib, lager, aleppo, zipper]}, + {applications, [kernel, stdlib, lager, zipper]}, {modules, [ elvis_core, From 5924d69f6c6f1df114ee7a0b90a42f4a233ffb5f Mon Sep 17 00:00:00 2001 From: Harenson Henao Date: Mon, 7 Mar 2016 16:27:18 -0500 Subject: [PATCH 2/2] [Fix #349] Bump version to 0.2.8-2 --- CHANGELOG.md | 8 ++++++++ src/elvis.app.src | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5552837..51ffb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [0.2.8-2](https://github.com/inaka/elvis_core/tree/0.2.8-2) (2016-03-07) +[Full Changelog](https://github.com/inaka/elvis_core/compare/0.2.8...0.2.8-2) + +**Merged pull requests:** + +- \[Fix \#347\] Remove unused application [\#37](https://github.com/inaka/elvis_core/pull/37) ([harenson](https://github.com/harenson)) + ## [0.2.8](https://github.com/inaka/elvis_core/tree/0.2.8) (2016-03-07) [Full Changelog](https://github.com/inaka/elvis_core/compare/0.2.7...0.2.8) **Merged pull requests:** +- \[Fix \#345\] Bump version to 0.2.8 [\#36](https://github.com/inaka/elvis_core/pull/36) ([harenson](https://github.com/harenson)) - \[\#29\] More ignore [\#34](https://github.com/inaka/elvis_core/pull/34) ([Euen](https://github.com/Euen)) - \[Fix \#41\] rebar3 support [\#33](https://github.com/inaka/elvis_core/pull/33) ([Euen](https://github.com/Euen)) diff --git a/src/elvis.app.src b/src/elvis.app.src index 4d03ecb..b510361 100644 --- a/src/elvis.app.src +++ b/src/elvis.app.src @@ -2,7 +2,7 @@ application, elvis, [ {description, "Core library for the Erlang style reviewer"}, - {vsn, "0.2.8"}, + {vsn, "0.2.8-2"}, {applications, [kernel, stdlib, lager, zipper]}, {modules, [