Skip to content

Commit f4c7e00

Browse files
committed
Merge pull request #58 from inaka/euen.57.version_bump_1.0.0
[Close #57] version bump 1.0.0
2 parents 1396660 + 98007c2 commit f4c7e00

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/inaka/xref_runner/tree/1.0.0) (2016-05-13)
4+
[Full Changelog](https://github.com/inaka/xref_runner/compare/0.2.6...1.0.0)
5+
6+
**Closed issues:**
7+
8+
- Move from erlang.mk to rebar3 [\#54](https://github.com/inaka/xref_runner/issues/54)
9+
- Broken for modules created with Elixir [\#52](https://github.com/inaka/xref_runner/issues/52)
10+
- Make that xref\_runner supports rebar3 compilation [\#50](https://github.com/inaka/xref_runner/issues/50)
11+
- Update repo and make it ready for hex.pm [\#48](https://github.com/inaka/xref_runner/issues/48)
12+
13+
**Merged pull requests:**
14+
15+
- \[Fix \#54\] Euen.54.rebar3 [\#55](https://github.com/inaka/xref_runner/pull/55) ([Euen](https://github.com/Euen))
16+
- Fix for \#52 [\#53](https://github.com/inaka/xref_runner/pull/53) ([X4lldux](https://github.com/X4lldux))
17+
- \[\#50\] Added rebar3 support [\#51](https://github.com/inaka/xref_runner/pull/51) ([davecaos](https://github.com/davecaos))
18+
- \[Fix \#48\] Update dependencies; Add \*ruleset\* to elvis.config; Update erlang.mk [\#49](https://github.com/inaka/xref_runner/pull/49) ([harenson](https://github.com/harenson))
19+
320
## [0.2.6](https://github.com/inaka/xref_runner/tree/0.2.6) (2016-01-19)
421
[Full Changelog](https://github.com/inaka/xref_runner/compare/0.2.5...0.2.6)
522

623
**Fixed bugs:**
724

825
- Modify IGNORE\_DEPS in Makefile [\#44](https://github.com/inaka/xref_runner/issues/44)
926

27+
**Closed issues:**
28+
29+
- Version Bump to 0.2.6 [\#45](https://github.com/inaka/xref_runner/issues/45)
30+
1031
**Merged pull requests:**
1132

33+
- \[Fix \#45\] version bump [\#47](https://github.com/inaka/xref_runner/pull/47) ([Euen](https://github.com/Euen))
1234
- \[Fix \#44\] modify IGNORE DEPS [\#46](https://github.com/inaka/xref_runner/pull/46) ([Euen](https://github.com/Euen))
1335

1436
## [0.2.5](https://github.com/inaka/xref_runner/tree/0.2.5) (2016-01-15)

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

0 commit comments

Comments
 (0)