diff --git a/CHANGELOG.md b/CHANGELOG.md index 385d815..fdccc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Change Log +## [0.4.3](https://github.com/inaka/elvis_core/tree/0.4.3) + +[Full Changelog](https://github.com/inaka/elvis_core/compare/0.4.2...0.4.3) + +**Merged pull requests:** + +- \[inaka/elvis\#483\] Operator spaces false positives [\#112](https://github.com/inaka/elvis_core/pull/112) ([jfacorro](https://github.com/jfacorro)) +- Prevent duplicate linting of files [\#111](https://github.com/inaka/elvis_core/pull/111) ([elbrujohalcon](https://github.com/elbrujohalcon)) + ## [0.4.2](https://github.com/inaka/elvis_core/tree/0.4.2) (2019-05-23) [Full Changelog](https://github.com/inaka/elvis_core/compare/0.4.1...0.4.2) **Merged pull requests:** +- Version bump to 0.4.2 [\#109](https://github.com/inaka/elvis_core/pull/109) ([igaray](https://github.com/igaray)) - Rock in parallel [\#107](https://github.com/inaka/elvis_core/pull/107) ([define-null](https://github.com/define-null)) - Add parsable option in order to output results in the dialyzer-like format [\#106](https://github.com/inaka/elvis_core/pull/106) ([define-null](https://github.com/define-null)) - Fix app name in README.md [\#105](https://github.com/inaka/elvis_core/pull/105) ([elbrujohalcon](https://github.com/elbrujohalcon)) @@ -227,4 +237,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/src/elvis.app.src b/src/elvis.app.src index 14829f8..962e071 100644 --- a/src/elvis.app.src +++ b/src/elvis.app.src @@ -3,7 +3,7 @@ [ {pkg_name, elvis_core}, {description, "Core library for the Erlang style reviewer"}, - {vsn, "0.4.2"}, + {vsn, git}, {applications, [kernel, stdlib, zipper, katana_code]}, {modules, [ @@ -15,7 +15,6 @@ ] }, {registered, []}, - {maintainers, ["Inaka"]}, {licenses, ["Apache 2.0"]}, {links, [{"Github", "https://github.com/inaka/elvis_core"}]}, {build_tools, ["rebar3"]}