Skip to content

Commit

Permalink
Prepare release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Dec 4, 2019
1 parent ef88b6e commit aef1713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log

## [0.4.3](https://github.com/inaka/elvis_core/tree/0.4.3)

[Full Changelog](https://github.com/inaka/elvis_core/compare/0.4.2...0.4.3)

**Merged pull requests:**

- \[inaka/elvis\#483\] Operator spaces false positives [\#112](https://github.com/inaka/elvis_core/pull/112) ([jfacorro](https://github.com/jfacorro))
- Prevent duplicate linting of files [\#111](https://github.com/inaka/elvis_core/pull/111) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.4.2](https://github.com/inaka/elvis_core/tree/0.4.2) (2019-05-23)
[Full Changelog](https://github.com/inaka/elvis_core/compare/0.4.1...0.4.2)

**Merged pull requests:**

- Version bump to 0.4.2 [\#109](https://github.com/inaka/elvis_core/pull/109) ([igaray](https://github.com/igaray))
- Rock in parallel [\#107](https://github.com/inaka/elvis_core/pull/107) ([define-null](https://github.com/define-null))
- Add parsable option in order to output results in the dialyzer-like format [\#106](https://github.com/inaka/elvis_core/pull/106) ([define-null](https://github.com/define-null))
- Fix app name in README.md [\#105](https://github.com/inaka/elvis_core/pull/105) ([elbrujohalcon](https://github.com/elbrujohalcon))
Expand Down Expand Up @@ -227,4 +237,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)*
3 changes: 1 addition & 2 deletions 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.4.2"},
{vsn, git},
{applications, [kernel, stdlib, zipper, katana_code]},
{modules,
[
Expand All @@ -15,7 +15,6 @@
]
},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/elvis_core"}]},
{build_tools, ["rebar3"]}
Expand Down

0 comments on commit aef1713

Please sign in to comment.