From d9aa02db4c6679108d23cfdfc03606d1f1ffd0c7 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Sun, 16 Dec 2018 10:55:11 -0300 Subject: [PATCH] Bump Version to 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ src/xref_runner.app.src | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fecf1..42d4b91 100644 --- a/CHANGELOG.md +++ b/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) @@ -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)) diff --git a/src/xref_runner.app.src b/src/xref_runner.app.src index da629d8..1f63dc2 100644 --- a/src/xref_runner.app.src +++ b/src/xref_runner.app.src @@ -2,7 +2,7 @@ application, xref_runner, [ {description, "Xref Runner"}, - {vsn, "1.1.1"}, + {vsn, "1.2.0"}, {applications, [ kernel , stdlib