Skip to content

Commit

Permalink
Merge pull request #72 from inaka/elbrujohalcon.72.bump_version_to_1_2_0
Browse files Browse the repository at this point in the history
Bump Version to 1.2.0
  • Loading branch information
elbrujohalcon committed Dec 16, 2018
2 parents 9fe9eed + d9aa02d commit 0f8d9ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## [1.2.0](https://github.com/inaka/xref_runner/tree/1.2.0) (2018-12-16)
[Full Changelog](https://github.com/inaka/xref_runner/compare/1.1.1...1.2.0)

**Closed issues:**

- Support xref\_ignore for full modules like rebar3 does now [\#70](https://github.com/inaka/xref_runner/issues/70)

**Merged pull requests:**

- Add Support to ignore a whole module via -ignore\_xref\(\) [\#71](https://github.com/inaka/xref_runner/pull/71) ([starbelly](https://github.com/starbelly))

## [1.1.1](https://github.com/inaka/xref_runner/tree/1.1.1) (2018-06-30)
[Full Changelog](https://github.com/inaka/xref_runner/compare/1.1.0...1.1.1)

Expand All @@ -9,6 +20,7 @@

**Merged pull requests:**

- Bump Version to 1.1.1 [\#69](https://github.com/inaka/xref_runner/pull/69) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Remove dead hipchat link [\#68](https://github.com/inaka/xref_runner/pull/68) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Compatibility with OTP19+ [\#61](https://github.com/inaka/xref_runner/pull/61) ([cabol](https://github.com/cabol))

Expand Down
2 changes: 1 addition & 1 deletion src/xref_runner.app.src
Expand Up @@ -2,7 +2,7 @@
application, xref_runner,
[
{description, "Xref Runner"},
{vsn, "1.1.1"},
{vsn, "1.2.0"},
{applications,
[ kernel
, stdlib
Expand Down

0 comments on commit 0f8d9ad

Please sign in to comment.