Skip to content

Commit

Permalink
[Fix #469] Bump elvis_core version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson committed Aug 1, 2017
1 parent 3ac0584 commit 2814691
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [0.3.9](https://github.com/inaka/elvis_core/tree/0.3.9) (2017-08-01)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.8...0.3.9)

**Merged pull requests:**

- \[Fix \#468\] Add include\_dirs/1 to elvis\_config [\#93](https://github.com/inaka/elvis_core/pull/93) ([harenson](https://github.com/harenson))
- \[\#456\] Adding Travis CI [\#92](https://github.com/inaka/elvis_core/pull/92) ([ferigis](https://github.com/ferigis))

## [0.3.8](https://github.com/inaka/elvis_core/tree/0.3.8) (2017-06-15)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.7...0.3.8)

**Merged pull requests:**

- Bump version to 0.3.8 [\#91](https://github.com/inaka/elvis_core/pull/91) ([harenson](https://github.com/harenson))

## [0.3.7](https://github.com/inaka/elvis_core/tree/0.3.7) (2017-06-15)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.3.6...0.3.7)

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.8"},
{vsn, "0.3.9"},
{applications, [kernel, stdlib, zipper, katana_code]},
{modules,
[
Expand Down

0 comments on commit 2814691

Please sign in to comment.