Skip to content

Commit 0f8d9ad

Browse files
Merge pull request #72 from inaka/elbrujohalcon.72.bump_version_to_1_2_0
Bump Version to 1.2.0
2 parents 9fe9eed + d9aa02d commit 0f8d9ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [1.2.0](https://github.com/inaka/xref_runner/tree/1.2.0) (2018-12-16)
4+
[Full Changelog](https://github.com/inaka/xref_runner/compare/1.1.1...1.2.0)
5+
6+
**Closed issues:**
7+
8+
- Support xref\_ignore for full modules like rebar3 does now [\#70](https://github.com/inaka/xref_runner/issues/70)
9+
10+
**Merged pull requests:**
11+
12+
- Add Support to ignore a whole module via -ignore\_xref\(\) [\#71](https://github.com/inaka/xref_runner/pull/71) ([starbelly](https://github.com/starbelly))
13+
314
## [1.1.1](https://github.com/inaka/xref_runner/tree/1.1.1) (2018-06-30)
415
[Full Changelog](https://github.com/inaka/xref_runner/compare/1.1.0...1.1.1)
516

@@ -9,6 +20,7 @@
920

1021
**Merged pull requests:**
1122

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

src/xref_runner.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
application, xref_runner,
33
[
44
{description, "Xref Runner"},
5-
{vsn, "1.1.1"},
5+
{vsn, "1.2.0"},
66
{applications,
77
[ kernel
88
, stdlib

0 commit comments

Comments
 (0)