Skip to content

[Close #64] version bump to 1.1.0 #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
# Change Log

## [1.1.0](https://github.com/inaka/xref_runner/tree/1.1.0) (2017-05-11)
[Full Changelog](https://github.com/inaka/xref_runner/compare/1.0.0...1.1.0)

**Closed issues:**

- Remove circular dependency [\#56](https://github.com/inaka/xref_runner/issues/56)
- Fix image on README [\#31](https://github.com/inaka/xref_runner/issues/31)

**Merged pull requests:**

- xref\_runner:find\_function\_source\(\): Convert annotation to line number [\#66](https://github.com/inaka/xref_runner/pull/66) ([dumbbell](https://github.com/dumbbell))
- 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))
- Update README.md [\#63](https://github.com/inaka/xref_runner/pull/63) ([l33tLumberjack](https://github.com/l33tLumberjack))
- small README fixes [\#62](https://github.com/inaka/xref_runner/pull/62) ([srenatus](https://github.com/srenatus))
- \[\#56\] create xref\_meta\_SUITE with Elvis & Dialyzer [\#60](https://github.com/inaka/xref_runner/pull/60) ([Euen](https://github.com/Euen))
- Fix edoc comment [\#59](https://github.com/inaka/xref_runner/pull/59) ([Euen](https://github.com/Euen))

## [1.0.0](https://github.com/inaka/xref_runner/tree/1.0.0) (2016-05-13)
[Full Changelog](https://github.com/inaka/xref_runner/compare/0.2.6...1.0.0)

**Closed issues:**

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

**Merged pull requests:**

- \[Close \#57\] version bump 1.0.0 [\#58](https://github.com/inaka/xref_runner/pull/58) ([Euen](https://github.com/Euen))
- \[Fix \#54\] Euen.54.rebar3 [\#55](https://github.com/inaka/xref_runner/pull/55) ([Euen](https://github.com/Euen))
- Fix for \#52 [\#53](https://github.com/inaka/xref_runner/pull/53) ([X4lldux](https://github.com/X4lldux))
- \[\#50\] Added rebar3 support [\#51](https://github.com/inaka/xref_runner/pull/51) ([davecaos](https://github.com/davecaos))
Expand Down
7 changes: 6 additions & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
[{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}].
{"1.1.0",
[{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}]}.
[
{pkg_hash,[
{<<"getopt">>, <<"B17556DB683000BA50370B16C0619DF1337E7AF7ECBF7D64FBF8D1D6BCE3109B">>}]}
].
2 changes: 1 addition & 1 deletion src/xref_runner.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, xref_runner,
[
{description, "Xref Runner"},
{vsn, "1.0.0"},
{vsn, "1.1.0"},
{applications,
[ kernel
, stdlib
Expand Down