Skip to content

Commit

Permalink
Merge pull request #455 from inaka/harenson.454.bump-version-to-0-3-4
Browse files Browse the repository at this point in the history
[Fix #454] Bump version to 0.3.4
  • Loading branch information
harenson authored Jun 22, 2017
2 parents c817628 + b243d54 commit 02a4a85
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [0.3.4](https://github.com/inaka/elvis/tree/0.3.4) (2017-06-22)
[Full Changelog](https://github.com/inaka/elvis/compare/0.3.3...0.3.4)

**Fixed bugs:**

- Elvis is failing badly when operator\_spaces and line\_length checks don't pass [\#450](https://github.com/inaka/elvis/issues/450)

**Closed issues:**

- Update elvis\_core dependency to 0.3.8 version [\#452](https://github.com/inaka/elvis/issues/452)
- Bump elvis\_core version to 0.3.7 and hex.pm it! [\#451](https://github.com/inaka/elvis/issues/451)
- Add `--verbose` flag, obey rule of silence of it's not passed [\#447](https://github.com/inaka/elvis/issues/447)

**Merged pull requests:**

- \[Fix \#452\] Upgrade elvis\_core dependency to 0.3.8 and remove unused jiffy stuff [\#453](https://github.com/inaka/elvis/pull/453) ([harenson](https://github.com/harenson))
- Add `--verbose` flag, setting verbose app env option [\#448](https://github.com/inaka/elvis/pull/448) ([srenatus](https://github.com/srenatus))

## [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)

Expand All @@ -9,13 +27,15 @@

**Closed issues:**

- Bump version to 0.3.3 [\#445](https://github.com/inaka/elvis/issues/445)
- 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 \#445\] bump version to 0.3.3 [\#446](https://github.com/inaka/elvis/pull/446) ([Euen](https://github.com/Euen))
- \[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))
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.3"},
{vsn, "0.3.4"},
{applications, [kernel, stdlib, ssl, elvis, egithub, katana_code, getopt]},
{modules,
[
Expand Down

0 comments on commit 02a4a85

Please sign in to comment.