Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24 from inaka/harenson.22.bump-version-to-0.0.5
Browse files Browse the repository at this point in the history
[Fix #22] Bump version to 0.0.5
  • Loading branch information
Brujo Benavides committed Mar 22, 2016
2 parents 7d20565 + 80c68d5 commit 7466bac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [0.0.5](https://github.com/inaka/katana-test/tree/0.0.5) (2016-03-22)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.4...0.0.5)

**Closed issues:**

- ktn\_meta\_SUITE fails to find the plt when using rebar3 [\#21](https://github.com/inaka/katana-test/issues/21)

**Merged pull requests:**

- \[Fix \#21\] Add Rebar3 default support [\#23](https://github.com/inaka/katana-test/pull/23) ([harenson](https://github.com/harenson))

## [0.0.4](https://github.com/inaka/katana-test/tree/0.0.4) (2016-03-18)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.3...0.0.4)

Expand All @@ -9,10 +20,12 @@

**Closed issues:**

- Bump version to 0.0.4 after merging pull\#18 [\#19](https://github.com/inaka/katana-test/issues/19)
- Allow user to provide a list with folders to check for xref and dialyzer tests [\#17](https://github.com/inaka/katana-test/issues/17)

**Merged pull requests:**

- \[Fix \#19\] Bump version to 0.0.4 [\#20](https://github.com/inaka/katana-test/pull/20) ([harenson](https://github.com/harenson))
- \[Fix \#17\] Allow user to provide a list of folders to check with xref and dialyzer tests [\#18](https://github.com/inaka/katana-test/pull/18) ([harenson](https://github.com/harenson))

## [0.0.3](https://github.com/inaka/katana-test/tree/0.0.3) (2016-03-10)
Expand Down
2 changes: 1 addition & 1 deletion src/katana_test.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, katana_test,
[
{description, "Modules and test suites to improve Erlang testing."},
{vsn, "0.0.4"},
{vsn, "0.0.5"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit 7466bac

Please sign in to comment.