Skip to content

Commit

Permalink
Merge pull request #68 from inaka/euen.414.bump_version_to_0.3.3
Browse files Browse the repository at this point in the history
[Close inaka/elvis#414] bump version to 0.3.3
  • Loading branch information
Euen authored Nov 11, 2016
2 parents b65436d + f81b21f commit e9e539b
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.3](https://github.com/inaka/elvis_core/tree/0.3.3) (2016-11-11)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.2...0.3.3)

**Merged pull requests:**

- Rules for warning about seqbind [\#67](https://github.com/inaka/elvis_core/pull/67) ([gnuvince](https://github.com/gnuvince))
- \[Fix \#407\] Fix bug in max\_function\_length rule [\#64](https://github.com/inaka/elvis_core/pull/64) ([harenson](https://github.com/harenson))
- Don't automatically strip leading underscore, allow it by regex [\#63](https://github.com/inaka/elvis_core/pull/63) ([bartekgorny](https://github.com/bartekgorny))
- Make it so that the max\_function\_length style checker can ignore func… [\#62](https://github.com/inaka/elvis_core/pull/62) ([sargun](https://github.com/sargun))

## [0.3.2](https://github.com/inaka/elvis_core/tree/0.3.2) (2016-08-03)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.1...0.3.2)

**Merged pull requests:**

- \[Close inaka/elvis\#389\] version bump 0.3.2 [\#61](https://github.com/inaka/elvis_core/pull/61) ([Euen](https://github.com/Euen))
- Euen.fix dialyzer [\#60](https://github.com/inaka/elvis_core/pull/60) ([Euen](https://github.com/Euen))

## [0.3.1](https://github.com/inaka/elvis_core/tree/0.3.1) (2016-07-27)
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.2"},
{vsn, "0.3.3"},
{applications, [kernel, stdlib, lager, zipper, katana_code]},
{modules,
[
Expand Down

0 comments on commit e9e539b

Please sign in to comment.