|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [1.1.0](https://github.com/inaka/xref_runner/tree/1.1.0) (2017-05-11) |
| 4 | +[Full Changelog](https://github.com/inaka/xref_runner/compare/1.0.0...1.1.0) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Remove circular dependency [\#56](https://github.com/inaka/xref_runner/issues/56) |
| 9 | +- Fix image on README [\#31](https://github.com/inaka/xref_runner/issues/31) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- xref\_runner:find\_function\_source\(\): Convert annotation to line number [\#66](https://github.com/inaka/xref_runner/pull/66) ([dumbbell](https://github.com/dumbbell)) |
| 14 | +- xrefr:main/1: Halt with a non-zero exit status if warnings [\#65](https://github.com/inaka/xref_runner/pull/65) ([dumbbell](https://github.com/dumbbell)) |
| 15 | +- Update README.md [\#63](https://github.com/inaka/xref_runner/pull/63) ([l33tLumberjack](https://github.com/l33tLumberjack)) |
| 16 | +- small README fixes [\#62](https://github.com/inaka/xref_runner/pull/62) ([srenatus](https://github.com/srenatus)) |
| 17 | +- \[\#56\] create xref\_meta\_SUITE with Elvis & Dialyzer [\#60](https://github.com/inaka/xref_runner/pull/60) ([Euen](https://github.com/Euen)) |
| 18 | +- Fix edoc comment [\#59](https://github.com/inaka/xref_runner/pull/59) ([Euen](https://github.com/Euen)) |
| 19 | + |
3 | 20 | ## [1.0.0](https://github.com/inaka/xref_runner/tree/1.0.0) (2016-05-13)
|
4 | 21 | [Full Changelog](https://github.com/inaka/xref_runner/compare/0.2.6...1.0.0)
|
5 | 22 |
|
6 | 23 | **Closed issues:**
|
7 | 24 |
|
| 25 | +- Version Bump to 1.0.0 [\#57](https://github.com/inaka/xref_runner/issues/57) |
8 | 26 | - Move from erlang.mk to rebar3 [\#54](https://github.com/inaka/xref_runner/issues/54)
|
9 | 27 | - Broken for modules created with Elixir [\#52](https://github.com/inaka/xref_runner/issues/52)
|
10 | 28 | - Make that xref\_runner supports rebar3 compilation [\#50](https://github.com/inaka/xref_runner/issues/50)
|
11 | 29 | - Update repo and make it ready for hex.pm [\#48](https://github.com/inaka/xref_runner/issues/48)
|
12 | 30 |
|
13 | 31 | **Merged pull requests:**
|
14 | 32 |
|
| 33 | +- \[Close \#57\] version bump 1.0.0 [\#58](https://github.com/inaka/xref_runner/pull/58) ([Euen](https://github.com/Euen)) |
15 | 34 | - \[Fix \#54\] Euen.54.rebar3 [\#55](https://github.com/inaka/xref_runner/pull/55) ([Euen](https://github.com/Euen))
|
16 | 35 | - Fix for \#52 [\#53](https://github.com/inaka/xref_runner/pull/53) ([X4lldux](https://github.com/X4lldux))
|
17 | 36 | - \[\#50\] Added rebar3 support [\#51](https://github.com/inaka/xref_runner/pull/51) ([davecaos](https://github.com/davecaos))
|
|
0 commit comments