Skip to content

Commit 088b7ac

Browse files
Merge pull request #472 from inaka/elbrujohalcon.472.bump_version_to_0_4_2
Bump version to 0.4.2
2 parents b4229b1 + 3fe7cff commit 088b7ac

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,56 @@
11
# Change Log
22

3+
## [0.4.2](https://github.com/inaka/elvis/tree/0.4.2) (2018-07-02)
4+
[Full Changelog](https://github.com/inaka/elvis/compare/0.4.1...0.4.2)
5+
6+
**Implemented enhancements:**
7+
8+
- Update elvis.config so that it can be checked with gadget [\#324](https://github.com/inaka/elvis/issues/324)
9+
10+
**Fixed bugs:**
11+
12+
- Misuse of options [\#468](https://github.com/inaka/elvis/issues/468)
13+
- elvis.config not honored for the elvis bot [\#439](https://github.com/inaka/elvis/issues/439)
14+
- Webhook: elvis.config not found when creating PR from fork [\#311](https://github.com/inaka/elvis/issues/311)
15+
16+
**Closed issues:**
17+
18+
- Would you be interested in a Common Caveats rule? [\#484](https://github.com/inaka/elvis/issues/484)
19+
- Bump elvis\_core Version to 0.4.0 [\#482](https://github.com/inaka/elvis/issues/482)
20+
- Update Dependencies on elvis\_core [\#481](https://github.com/inaka/elvis/issues/481)
21+
- Parsing eunit macro ?debugVal fails with Error: function\_clause [\#480](https://github.com/inaka/elvis/issues/480)
22+
- Update elvis\_core dependency version to 0.3.9 [\#470](https://github.com/inaka/elvis/issues/470)
23+
- Bump elvis\_core version to 0.3.9 [\#469](https://github.com/inaka/elvis/issues/469)
24+
- Adding Travis [\#456](https://github.com/inaka/elvis/issues/456)
25+
- elvis.config file documentation [\#437](https://github.com/inaka/elvis/issues/437)
26+
- Fix elvis\_webhook:handle\_pull\_request/3 spec [\#358](https://github.com/inaka/elvis/issues/358)
27+
- Document group level ignore [\#357](https://github.com/inaka/elvis/issues/357)
28+
- There is not elvis:webhook/1 function anymore so please update the documentation [\#322](https://github.com/inaka/elvis/issues/322)
29+
30+
**Merged pull requests:**
31+
32+
- upgrade deps: elvis\_core, katana\_code [\#485](https://github.com/inaka/elvis/pull/485) ([f3c0](https://github.com/f3c0))
33+
- \[\#380\] Add a section describing elvis.config [\#477](https://github.com/inaka/elvis/pull/477) ([JohanVikman](https://github.com/JohanVikman))
34+
- \[\#358\] Fix webhook function spec [\#475](https://github.com/inaka/elvis/pull/475) ([JohanVikman](https://github.com/JohanVikman))
35+
- \[\#322\] Fix webhook readme instructions [\#474](https://github.com/inaka/elvis/pull/474) ([JohanVikman](https://github.com/JohanVikman))
36+
- Update README.md [\#473](https://github.com/inaka/elvis/pull/473) ([igaray](https://github.com/igaray))
37+
- \[Fix \#470\] Update elvis\_core dependency version to 0.3.9 [\#471](https://github.com/inaka/elvis/pull/471) ([harenson](https://github.com/harenson))
38+
- \[\#456\] Adding Travis [\#461](https://github.com/inaka/elvis/pull/461) ([ferigis](https://github.com/ferigis))
39+
340
## [0.4.1](https://github.com/inaka/elvis/tree/0.4.1) (2017-07-17)
441
[Full Changelog](https://github.com/inaka/elvis/compare/0.4.0...0.4.1)
542

643
**Fixed bugs:**
744

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

47+
**Closed issues:**
48+
49+
- Bump version to 0.4.1 [\#464](https://github.com/inaka/elvis/issues/464)
50+
1051
**Merged pull requests:**
1152

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

1456
## [0.4.0](https://github.com/inaka/elvis/tree/0.4.0) (2017-07-06)

src/elvis_shell.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
{pkg_name, elvis},
55
{description, "CLI for the Elvis Erlang Style Reviewer"},
6-
{vsn, "0.4.1"},
6+
{vsn, "0.4.2"},
77
{applications, [kernel, stdlib, ssl, elvis, egithub, katana_code, getopt]},
88
{modules,
99
[

0 commit comments

Comments
 (0)