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 #20 from inaka/harenson.19.bump-version-to-0.0.4
Browse files Browse the repository at this point in the history
[Fix #19] Bump version to 0.0.4
  • Loading branch information
harenson committed Mar 18, 2016
2 parents 7e7ad28 + 37f5ad0 commit 60d232b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,14 +1,31 @@
# Change Log

## [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)

**Fixed bugs:**

- sync is not in SHELL\_DEPS [\#16](https://github.com/inaka/katana-test/pull/16) ([elbrujohalcon](https://github.com/elbrujohalcon))

**Closed issues:**

- 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 \#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)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.2...0.0.3)

**Closed issues:**

- Bump version to 0.0.3 [\#13](https://github.com/inaka/katana-test/issues/13)
- Add rebar.config file [\#12](https://github.com/inaka/katana-test/issues/12)

**Merged pull requests:**

- \[Fix \#13\] Bump version to 0.0.3 [\#15](https://github.com/inaka/katana-test/pull/15) ([harenson](https://github.com/harenson))
- \[Fix \#12\] Add rebar.config file [\#14](https://github.com/inaka/katana-test/pull/14) ([harenson](https://github.com/harenson))

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

0 comments on commit 60d232b

Please sign in to comment.