Skip to content

Commit

Permalink
Merge pull request #472 from inaka/elbrujohalcon.472.bump_version_to_…
Browse files Browse the repository at this point in the history
…0_4_2

Bump version to 0.4.2
  • Loading branch information
elbrujohalcon authored Jul 2, 2018
2 parents b4229b1 + 3fe7cff commit 088b7ac
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,56 @@
# Change Log

## [0.4.2](https://github.com/inaka/elvis/tree/0.4.2) (2018-07-02)
[Full Changelog](https://github.com/inaka/elvis/compare/0.4.1...0.4.2)

**Implemented enhancements:**

- Update elvis.config so that it can be checked with gadget [\#324](https://github.com/inaka/elvis/issues/324)

**Fixed bugs:**

- Misuse of options [\#468](https://github.com/inaka/elvis/issues/468)
- elvis.config not honored for the elvis bot [\#439](https://github.com/inaka/elvis/issues/439)
- Webhook: elvis.config not found when creating PR from fork [\#311](https://github.com/inaka/elvis/issues/311)

**Closed issues:**

- Would you be interested in a Common Caveats rule? [\#484](https://github.com/inaka/elvis/issues/484)
- Bump elvis\_core Version to 0.4.0 [\#482](https://github.com/inaka/elvis/issues/482)
- Update Dependencies on elvis\_core [\#481](https://github.com/inaka/elvis/issues/481)
- Parsing eunit macro ?debugVal fails with Error: function\_clause [\#480](https://github.com/inaka/elvis/issues/480)
- Update elvis\_core dependency version to 0.3.9 [\#470](https://github.com/inaka/elvis/issues/470)
- Bump elvis\_core version to 0.3.9 [\#469](https://github.com/inaka/elvis/issues/469)
- Adding Travis [\#456](https://github.com/inaka/elvis/issues/456)
- elvis.config file documentation [\#437](https://github.com/inaka/elvis/issues/437)
- Fix elvis\_webhook:handle\_pull\_request/3 spec [\#358](https://github.com/inaka/elvis/issues/358)
- Document group level ignore [\#357](https://github.com/inaka/elvis/issues/357)
- There is not elvis:webhook/1 function anymore so please update the documentation [\#322](https://github.com/inaka/elvis/issues/322)

**Merged pull requests:**

- upgrade deps: elvis\_core, katana\_code [\#485](https://github.com/inaka/elvis/pull/485) ([f3c0](https://github.com/f3c0))
- \[\#380\] Add a section describing elvis.config [\#477](https://github.com/inaka/elvis/pull/477) ([JohanVikman](https://github.com/JohanVikman))
- \[\#358\] Fix webhook function spec [\#475](https://github.com/inaka/elvis/pull/475) ([JohanVikman](https://github.com/JohanVikman))
- \[\#322\] Fix webhook readme instructions [\#474](https://github.com/inaka/elvis/pull/474) ([JohanVikman](https://github.com/JohanVikman))
- Update README.md [\#473](https://github.com/inaka/elvis/pull/473) ([igaray](https://github.com/igaray))
- \[Fix \#470\] Update elvis\_core dependency version to 0.3.9 [\#471](https://github.com/inaka/elvis/pull/471) ([harenson](https://github.com/harenson))
- \[\#456\] Adding Travis [\#461](https://github.com/inaka/elvis/pull/461) ([ferigis](https://github.com/ferigis))

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

**Fixed bugs:**

- Update egithub dependency to version 0.5.2 [\#463](https://github.com/inaka/elvis/issues/463)

**Closed issues:**

- Bump version to 0.4.1 [\#464](https://github.com/inaka/elvis/issues/464)

**Merged pull requests:**

- \[Fix \#464\] Bump version to 0.4.1 [\#466](https://github.com/inaka/elvis/pull/466) ([harenson](https://github.com/harenson))
- \[Fix \#463\] Update egithub dependency to version 0.5.2 [\#465](https://github.com/inaka/elvis/pull/465) ([harenson](https://github.com/harenson))

## [0.4.0](https://github.com/inaka/elvis/tree/0.4.0) (2017-07-06)
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.4.1"},
{vsn, "0.4.2"},
{applications, [kernel, stdlib, ssl, elvis, egithub, katana_code, getopt]},
{modules,
[
Expand Down

0 comments on commit 088b7ac

Please sign in to comment.