diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7ad1c..73a82e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log +## [0.3.0](https://github.com/inaka/elvis/tree/0.3.0) (2017-02-09) +[Full Changelog](https://github.com/inaka/elvis/compare/0.2.12...0.3.0) + +**Implemented enhancements:** + +- Remove lager as a dep from elvis\_core since it is practically unsued [\#318](https://github.com/inaka/elvis/issues/318) + +**Fixed bugs:** + +- Link to elvis v0.2.12 points to the wrong version [\#419](https://github.com/inaka/elvis/issues/419) +- max\_function\_length check fails unexpectedly [\#407](https://github.com/inaka/elvis/issues/407) +- Fix dialyzer warnings [\#406](https://github.com/inaka/elvis/issues/406) +- Binary package for latest release [\#393](https://github.com/inaka/elvis/issues/393) + +**Closed issues:** + +- Update dependencies [\#424](https://github.com/inaka/elvis/issues/424) +- Allow Elvis to run on all changes in a particular branch [\#420](https://github.com/inaka/elvis/issues/420) +- Fix tests [\#418](https://github.com/inaka/elvis/issues/418) +- Bump version to 0.3.4 [\#417](https://github.com/inaka/elvis/issues/417) +- Fix wrong type [\#416](https://github.com/inaka/elvis/issues/416) +- Update elvis\_core dep version to 0.3.4 [\#415](https://github.com/inaka/elvis/issues/415) +- Bump Version for elvis\_core to 0.3.3 [\#414](https://github.com/inaka/elvis/issues/414) +- Style rules for the seqbind transform [\#413](https://github.com/inaka/elvis/issues/413) +- Default rulesets doesn't include no\_nested\_try\_catch rule [\#410](https://github.com/inaka/elvis/issues/410) +- Include ignore\_functions rule doc for max\_function\_length rule [\#408](https://github.com/inaka/elvis/issues/408) +- Check fails on eunit tests [\#403](https://github.com/inaka/elvis/issues/403) +- Add ct:print on elvis\_style:no\_debug\_call default functions [\#402](https://github.com/inaka/elvis/issues/402) +- Get the project to compile with OTP19.x [\#399](https://github.com/inaka/elvis/issues/399) +- Use https in URLs when setting new webhook [\#397](https://github.com/inaka/elvis/issues/397) +- Migrate existing webhooks to use https instead of http in their URLs [\#396](https://github.com/inaka/elvis/issues/396) +- New Hex release [\#375](https://github.com/inaka/elvis/issues/375) + +**Merged pull requests:** + +- \[\#419\] link to correct version [\#427](https://github.com/inaka/elvis/pull/427) ([ferigis](https://github.com/ferigis)) +- \[\#424\] updating dependencies [\#426](https://github.com/inaka/elvis/pull/426) ([ferigis](https://github.com/ferigis)) +- Add option for running Elvis on all changes since branch or commit [\#421](https://github.com/inaka/elvis/pull/421) ([onno-vos-dev](https://github.com/onno-vos-dev)) +- Remove Lager as a direct dependency of Elvis [\#411](https://github.com/inaka/elvis/pull/411) ([waisbrot](https://github.com/waisbrot)) +- Add link to GitHub API page [\#405](https://github.com/inaka/elvis/pull/405) ([mzaini30](https://github.com/mzaini30)) +- Allow filenames on command line [\#401](https://github.com/inaka/elvis/pull/401) ([bartekgorny](https://github.com/bartekgorny)) +- \[Close \#399\] Update lager [\#400](https://github.com/inaka/elvis/pull/400) ([Euen](https://github.com/Euen)) +- Add getopt to applications [\#398](https://github.com/inaka/elvis/pull/398) ([mururu](https://github.com/mururu)) + ## [0.2.12](https://github.com/inaka/elvis/tree/0.2.12) (2016-08-05) [Full Changelog](https://github.com/inaka/elvis/compare/0.2.11...0.2.12) @@ -11,6 +55,7 @@ **Closed issues:** +- Version Bump to 0.2.12 [\#391](https://github.com/inaka/elvis/issues/391) - Version Bump to 0.3.2 [\#389](https://github.com/inaka/elvis/issues/389) - Version Bump to 0.3.1 [\#388](https://github.com/inaka/elvis/issues/388) - Move from erlang.mk to rebar3 [\#387](https://github.com/inaka/elvis/issues/387) @@ -23,6 +68,7 @@ **Merged pull requests:** +- \[Close \#391\] version bump 0.2.12 [\#392](https://github.com/inaka/elvis/pull/392) ([Euen](https://github.com/Euen)) - Euen.387.rebar3 [\#390](https://github.com/inaka/elvis/pull/390) ([Euen](https://github.com/Euen)) - Update README.md [\#377](https://github.com/inaka/elvis/pull/377) ([elbrujohalcon](https://github.com/elbrujohalcon)) diff --git a/rebar.config b/rebar.config index 52d4b04..07fe777 100644 --- a/rebar.config +++ b/rebar.config @@ -65,7 +65,7 @@ %% == Dependencies == -{deps, [ {elvis, {git, "https://github.com/inaka/elvis_core.git", {tag, "0.3.5-pre"}}} +{deps, [ {elvis, "0.3.5", {pkg, elvis_core}} , {getopt, "0.8.2"} , {egithub, "0.3.1"} , {katana_code, "0.1.0"} diff --git a/rebar.lock b/rebar.lock index e7c2544..39c9551 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,10 +2,7 @@ [{<<"aleppo">>,{pkg,<<"inaka_aleppo">>,<<"1.0.0">>},1}, {<<"certifi">>,{pkg,<<"certifi">>,<<"0.4.0">>},2}, {<<"egithub">>,{pkg,<<"egithub">>,<<"0.3.1">>},0}, - {<<"elvis">>, - {git,"https://github.com/inaka/elvis_core.git", - {ref,"47a75810398df5844e4f553f96c42e125fcde404"}}, - 0}, + {<<"elvis">>,{pkg,<<"elvis_core">>,<<"0.3.5">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.8">>},2}, {<<"hackney">>,{pkg,<<"hackney">>,<<"1.6.0">>},1}, @@ -22,6 +19,7 @@ {<<"aleppo">>, <<"8DB14CF16BB8C263C14FF4C3F69F64D7C849D40888944F4204D2CA74F1114CEB">>}, {<<"certifi">>, <<"A7966EFB868B179023618D29A407548F70C52466BF1849B9E8EBD0E34B7EA11F">>}, {<<"egithub">>, <<"5026153AD458EC9B05062D17E3334AF3C4E8C74F263D3A11B826829F516F831E">>}, + {<<"elvis">>, <<"9C6DE2DA5317081D12512CA34EC9CAC858D3A169E6882E86BFAC97FA47962C4D">>}, {<<"getopt">>, <<"B17556DB683000BA50370B16C0619DF1337E7AF7ECBF7D64FBF8D1D6BCE3109B">>}, {<<"goldrush">>, <<"2024BA375CEEA47E27EA70E14D2C483B2D8610101B4E852EF7F89163CDB6E649">>}, {<<"hackney">>, <<"8D1E9440C9EDF23BF5E5E2FE0C71DE03EB265103B72901337394C840EEC679AC">>}, diff --git a/src/elvis_shell.app.src b/src/elvis_shell.app.src index 2522b14..5c1c23a 100644 --- a/src/elvis_shell.app.src +++ b/src/elvis_shell.app.src @@ -3,7 +3,7 @@ [ {pkg_name, elvis}, {description, "CLI for the Elvis Erlang Style Reviewer"}, - {vsn, "0.2.12"}, + {vsn, "0.3.0"}, {applications, [kernel, stdlib, ssl, elvis, egithub, jiffy, katana_code, getopt]}, {modules, [