Skip to content

Commit

Permalink
Merge pull request #352 from inaka/harenson.351.bump-version-to-0.2.8
Browse files Browse the repository at this point in the history
[Fix #351] Bump version to 0.2.8
  • Loading branch information
harenson committed Mar 8, 2016
2 parents 79dce0e + d5e3f46 commit b1cbc9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Change Log

## [0.2.7](https://github.com/inaka/elvis/tree/0.2.7) (2016-01-22)
## [0.2.8](https://github.com/inaka/elvis/tree/0.2.8) (2016-03-08)
[Full Changelog](https://github.com/inaka/elvis/compare/0.2.7...0.2.8)

**Implemented enhancements:**

- Update for rebar3 [\#280](https://github.com/inaka/elvis/issues/280)

**Closed issues:**

- Bump elvis\_core version to 0.2.8-2 [\#349](https://github.com/inaka/elvis/issues/349)
- Remove unused dependency aleppo in elvis\_core [\#347](https://github.com/inaka/elvis/issues/347)
- Remove unused dependency aleppo in elvis [\#346](https://github.com/inaka/elvis/issues/346)
- Bump elvis\_core version to 0.2.8 [\#345](https://github.com/inaka/elvis/issues/345)
- Update to the latest version of elvis\_core [\#344](https://github.com/inaka/elvis/issues/344)
- Trouble using built escript with recent builds. [\#333](https://github.com/inaka/elvis/issues/333)

**Merged pull requests:**

- \[Fix \#344\] Update elvis\_core dependency version; Update config files [\#350](https://github.com/inaka/elvis/pull/350) ([harenson](https://github.com/harenson))
- \[Fix \#346\] Remove unused application [\#348](https://github.com/inaka/elvis/pull/348) ([harenson](https://github.com/harenson))
- Update README.md [\#340](https://github.com/inaka/elvis/pull/340) ([StoneCypher](https://github.com/StoneCypher))

## [0.2.7](https://github.com/inaka/elvis/tree/0.2.7) (2016-01-22)
[Full Changelog](https://github.com/inaka/elvis/compare/0.2.6...0.2.7)

**Implemented enhancements:**
Expand All @@ -15,10 +36,12 @@

**Closed issues:**

- Bump version to 0.2.7 [\#337](https://github.com/inaka/elvis/issues/337)
- Update katana to 0.2.21 in elvis\_core so that it compiles successfully [\#334](https://github.com/inaka/elvis/issues/334)

**Merged pull requests:**

- \[Close \#337\] Update elvis\_core version to 0.2.7 [\#338](https://github.com/inaka/elvis/pull/338) ([jfacorro](https://github.com/jfacorro))
- \[\#335\] Update elvis\_core version to 0.2.7 [\#336](https://github.com/inaka/elvis/pull/336) ([jfacorro](https://github.com/jfacorro))
- \[Fix \#330\] add elvis\_core 0.2.6 in rebar.config [\#331](https://github.com/inaka/elvis/pull/331) ([Euen](https://github.com/Euen))

Expand Down Expand Up @@ -498,4 +521,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/elvis_shell.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, elvis_shell,
[
{description, "CLI for the Elvis Erlang Style Reviewer"},
{vsn, "0.2.7"},
{vsn, "0.2.8"},
{applications, [kernel, elvis, stdlib, ibrowse, ssl, jiffy, lager, zipper]},
{modules,
[
Expand Down

0 comments on commit b1cbc9e

Please sign in to comment.