Skip to content

Commit

Permalink
Merge pull request #446 from inaka/euen.445.bump_version_to_0.3.3
Browse files Browse the repository at this point in the history
[Close #445] bump version to 0.3.3
  • Loading branch information
Euen authored Apr 25, 2017
2 parents c81be9c + a882592 commit 053db5b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [0.3.3](https://github.com/inaka/elvis/tree/0.3.3) (2017-04-25)
[Full Changelog](https://github.com/inaka/elvis/compare/0.3.2...0.3.3)

**Fixed bugs:**

- Implicit funs shouldn't be counted as a level. [\#342](https://github.com/inaka/elvis/issues/342)

**Closed issues:**

- Update elvis\_core dependency [\#443](https://github.com/inaka/elvis/issues/443)
- Bump Version elvis\_core to 0.3.6 [\#442](https://github.com/inaka/elvis/issues/442)
- Change line\_length default to 100 [\#441](https://github.com/inaka/elvis/issues/441)
- Version Bump to 0.3.2 [\#431](https://github.com/inaka/elvis/issues/431)

**Merged pull requests:**

- \[Close \#443\] update elvis\_core dependency [\#444](https://github.com/inaka/elvis/pull/444) ([Euen](https://github.com/Euen))
- Exit with non-zero exit code on all failures [\#436](https://github.com/inaka/elvis/pull/436) ([tjarvstrand](https://github.com/tjarvstrand))
- Add --keep-rocking switch [\#435](https://github.com/inaka/elvis/pull/435) ([fenek](https://github.com/fenek))

## [0.3.2](https://github.com/inaka/elvis/tree/0.3.2) (2017-02-16)
[Full Changelog](https://github.com/inaka/elvis/compare/0.3.1...0.3.2)

Expand All @@ -10,6 +30,7 @@

**Merged pull requests:**

- \[\#431\] version bump to 0.3.2 [\#434](https://github.com/inaka/elvis/pull/434) ([ferigis](https://github.com/ferigis))
- \[\#432\] updating egithub dependency [\#433](https://github.com/inaka/elvis/pull/433) ([ferigis](https://github.com/ferigis))

## [0.3.1](https://github.com/inaka/elvis/tree/0.3.1) (2017-02-16)
Expand Down
2 changes: 1 addition & 1 deletion src/elvis_shell.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
{pkg_name, elvis},
{description, "CLI for the Elvis Erlang Style Reviewer"},
{vsn, "0.3.2"},
{vsn, "0.3.3"},
{applications, [kernel, stdlib, ssl, elvis, egithub, jiffy, katana_code, getopt]},
{modules,
[
Expand Down

0 comments on commit 053db5b

Please sign in to comment.