Skip to content

Commit 4e9b665

Browse files
authored
Merge pull request #67 from inaka/euen.64.version_bump_1.1.0
[Close #64] version bump to 1.1.0
2 parents 658d57b + 7e7c92b commit 4e9b665

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
11
# Change Log
22

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+
320
## [1.0.0](https://github.com/inaka/xref_runner/tree/1.0.0) (2016-05-13)
421
[Full Changelog](https://github.com/inaka/xref_runner/compare/0.2.6...1.0.0)
522

623
**Closed issues:**
724

25+
- Version Bump to 1.0.0 [\#57](https://github.com/inaka/xref_runner/issues/57)
826
- Move from erlang.mk to rebar3 [\#54](https://github.com/inaka/xref_runner/issues/54)
927
- Broken for modules created with Elixir [\#52](https://github.com/inaka/xref_runner/issues/52)
1028
- Make that xref\_runner supports rebar3 compilation [\#50](https://github.com/inaka/xref_runner/issues/50)
1129
- Update repo and make it ready for hex.pm [\#48](https://github.com/inaka/xref_runner/issues/48)
1230

1331
**Merged pull requests:**
1432

33+
- \[Close \#57\] version bump 1.0.0 [\#58](https://github.com/inaka/xref_runner/pull/58) ([Euen](https://github.com/Euen))
1534
- \[Fix \#54\] Euen.54.rebar3 [\#55](https://github.com/inaka/xref_runner/pull/55) ([Euen](https://github.com/Euen))
1635
- Fix for \#52 [\#53](https://github.com/inaka/xref_runner/pull/53) ([X4lldux](https://github.com/X4lldux))
1736
- \[\#50\] Added rebar3 support [\#51](https://github.com/inaka/xref_runner/pull/51) ([davecaos](https://github.com/davecaos))

rebar.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
[{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}].
1+
{"1.1.0",
2+
[{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}]}.
3+
[
4+
{pkg_hash,[
5+
{<<"getopt">>, <<"B17556DB683000BA50370B16C0619DF1337E7AF7ECBF7D64FBF8D1D6BCE3109B">>}]}
6+
].

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.0.0"},
5+
{vsn, "1.1.0"},
66
{applications,
77
[ kernel
88
, stdlib

0 commit comments

Comments
 (0)