Skip to content

Commit

Permalink
Merge pull request inaka#460 from inaka/harenson.458.bump-version-to-…
Browse files Browse the repository at this point in the history
…0-4-0

[Fix inaka#458] Bump version to 0.4.0
  • Loading branch information
harenson authored Jul 6, 2017
2 parents 25d1703 + b2c315c commit eb3f042
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

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

**Implemented enhancements:**

- Use the new PR review feature [\#449](https://github.com/inaka/elvis/issues/449)

**Merged pull requests:**

- \[Fix \#449\] Use the new GitHub's PR review feature [\#457](https://github.com/inaka/elvis/pull/457) ([harenson](https://github.com/harenson))

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

Expand All @@ -9,12 +20,14 @@

**Closed issues:**

- Bump version to 0.3.4 [\#454](https://github.com/inaka/elvis/issues/454)
- 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 \#454\] Bump version to 0.3.4 [\#455](https://github.com/inaka/elvis/pull/455) ([harenson](https://github.com/harenson))
- \[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))

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.4"},
{vsn, "0.4.0"},
{applications, [kernel, stdlib, ssl, elvis, egithub, katana_code, getopt]},
{modules,
[
Expand Down

0 comments on commit eb3f042

Please sign in to comment.