Skip to content

Commit

Permalink
Merge pull request #90 from inaka/harenson.451.bump-elvis-core-versio…
Browse files Browse the repository at this point in the history
…n-to-0-3-7-and-hex-pm-it

Bump elvis_core version to 0.3.7
  • Loading branch information
harenson authored Jun 15, 2017
2 parents c2bfc70 + dab495c commit 92f4e9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Change Log

## [0.3.7](https://github.com/inaka/elvis_core/tree/0.3.7) (2017-06-15)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.6...0.3.7)

**Merged pull requests:**

- \[Fix \#450\] Fix encoding issue for elvis\_file:src/1 [\#89](https://github.com/inaka/elvis_core/pull/89) ([harenson](https://github.com/harenson))
- add verbosity config option, output only errors unless set [\#88](https://github.com/inaka/elvis_core/pull/88) ([srenatus](https://github.com/srenatus))
- max\_function\_length: report violations including function arity [\#87](https://github.com/inaka/elvis_core/pull/87) ([srenatus](https://github.com/srenatus))
- Support ignore option in function\_naming\_convention [\#86](https://github.com/inaka/elvis_core/pull/86) ([define-null](https://github.com/define-null))

## [0.3.6](https://github.com/inaka/elvis_core/tree/0.3.6) (2017-04-25)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.5...0.3.6)

**Merged pull requests:**

- \[Close inaka/Elvis\#442\] bump version to 0.3.6 [\#85](https://github.com/inaka/elvis_core/pull/85) ([Euen](https://github.com/Euen))
- \[Close inaka/Elvis\#411\] unpdate line length to 100 [\#84](https://github.com/inaka/elvis_core/pull/84) ([Euen](https://github.com/Euen))
- Handle Hex deps with package name [\#83](https://github.com/inaka/elvis_core/pull/83) ([varnerac](https://github.com/varnerac))
- \[inaka/elvis\#342\] function references shouldn't count as a level [\#82](https://github.com/inaka/elvis_core/pull/82) ([jfacorro](https://github.com/jfacorro))
Expand Down
2 changes: 1 addition & 1 deletion src/elvis.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
{pkg_name, elvis_core},
{description, "Core library for the Erlang style reviewer"},
{vsn, "0.3.6"},
{vsn, "0.3.7"},
{applications, [kernel, stdlib, zipper, katana_code]},
{modules,
[
Expand Down

0 comments on commit 92f4e9c

Please sign in to comment.