Skip to content

Commit

Permalink
Merge pull request #79 from inaka/ferigis.423.version_bump
Browse files Browse the repository at this point in the history
[inaka/elvis#423] Version Bump to 0.3.5
  • Loading branch information
Brujo Benavides authored Feb 9, 2017
2 parents 4c66ae2 + 64cd076 commit 722c090
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# Change Log

## [0.3.5](https://github.com/inaka/elvis_core/tree/0.3.5) (2017-02-09)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.5-pre...0.3.5)

**Merged pull requests:**

- \[inaka/elvis\#402\] ct:print added to no\_debug\_call rule [\#77](https://github.com/inaka/elvis_core/pull/77) ([ferigis](https://github.com/ferigis))
- \[inaka/elvis\#406\] dialyzer warnings fixed [\#76](https://github.com/inaka/elvis_core/pull/76) ([ferigis](https://github.com/ferigis))
- \[inaka/elvis\#410\] no\_nested\_try\_catch rule added [\#75](https://github.com/inaka/elvis_core/pull/75) ([ferigis](https://github.com/ferigis))

## [0.3.5-pre](https://github.com/inaka/elvis_core/tree/0.3.5-pre) (2017-02-08)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.4...0.3.5-pre)

**Merged pull requests:**

- \[inaka/elvis\#424\] updating dependencies [\#74](https://github.com/inaka/elvis_core/pull/74) ([ferigis](https://github.com/ferigis))
- Fix unnecessary loading of files caused by git-branch option \(\#421\) [\#72](https://github.com/inaka/elvis_core/pull/72) ([onno-vos-dev](https://github.com/onno-vos-dev))

## [0.3.4](https://github.com/inaka/elvis_core/tree/0.3.4) (2016-11-15)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.3...0.3.4)

**Merged pull requests:**

- \[Close inaka/elvis\#417\] bump version to 0.3.4 - elvis\_core [\#71](https://github.com/inaka/elvis_core/pull/71) ([Euen](https://github.com/Euen))
- \[Close inaka/elvis\#416\] update wrong file type [\#70](https://github.com/inaka/elvis_core/pull/70) ([Euen](https://github.com/Euen))

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

0 comments on commit 722c090

Please sign in to comment.