Skip to content

Commit

Permalink
Merge pull request #59 from inaka/euen.388.version_bump_0.3.1
Browse files Browse the repository at this point in the history
[close inaka/elvis#388] version bump 0.3.1
  • Loading branch information
Euen authored Jul 27, 2016
2 parents a13ed73 + e046a1d commit 63ec929
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log

## [0.3.1](https://github.com/inaka/elvis_core/tree/0.3.1) (2016-07-27)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.0...0.3.1)

**Merged pull requests:**

- fix spec for dialyzer [\#58](https://github.com/inaka/elvis_core/pull/58) ([Euen](https://github.com/Euen))
- fix application name [\#57](https://github.com/inaka/elvis_core/pull/57) ([Euen](https://github.com/Euen))
- fix application name [\#56](https://github.com/inaka/elvis_core/pull/56) ([Euen](https://github.com/Euen))

## [0.3.0](https://github.com/inaka/elvis_core/tree/0.3.0) (2016-07-25)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.2.11...0.3.0)

**Merged pull requests:**

- \[Close inaka/elvis\#386\] version bump to 0.3.0 [\#55](https://github.com/inaka/elvis_core/pull/55) ([Euen](https://github.com/Euen))
- \[Close inaka/elvis\#381\] Euen.381.rebar3 [\#54](https://github.com/inaka/elvis_core/pull/54) ([Euen](https://github.com/Euen))
- \[\#384\] improve documentation and error [\#53](https://github.com/inaka/elvis_core/pull/53) ([Euen](https://github.com/Euen))
- Don't crash on rebar3's pkg aliases [\#52](https://github.com/inaka/elvis_core/pull/52) ([sstrigler](https://github.com/sstrigler))
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.0"},
{vsn, "0.3.1"},
{applications, [kernel, stdlib, lager, zipper, katana_code]},
{modules,
[
Expand Down

0 comments on commit 63ec929

Please sign in to comment.