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 #11 from inaka/harenson.9.bump-version-to-0.0.2
Browse files Browse the repository at this point in the history
[Fix #9] Bump version to 0.0.2
  • Loading branch information
harenson committed Mar 9, 2016
2 parents 0d405a7 + 337bc18 commit 5cf8672
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log

## [Unreleased](https://github.com/inaka/katana-test/tree/HEAD)
## [0.0.2](https://github.com/inaka/katana-test/tree/0.0.2) (2016-03-09)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.1...0.0.2)

**Closed issues:**

- Rename katana-test.app.src to katana\_test.app.src [\#8](https://github.com/inaka/katana-test/issues/8)
- Update to the latest version of elvis\_core \(0.2.8-2\) [\#6](https://github.com/inaka/katana-test/issues/6)

**Merged pull requests:**

- \[Fix \#8\] Rename katana-test.app.src to katana\_test.app.src [\#10](https://github.com/inaka/katana-test/pull/10) ([harenson](https://github.com/harenson))
- \[Fix \#6\] Update elvis\_core dependency version to 0.2.8-2 [\#7](https://github.com/inaka/katana-test/pull/7) ([harenson](https://github.com/harenson))

## [0.0.1](https://github.com/inaka/katana-test/tree/0.0.1) (2016-03-01)
**Merged pull requests:**

- Igaray.version bump [\#5](https://github.com/inaka/katana-test/pull/5) ([igaray](https://github.com/igaray))
- Initial commit. [\#3](https://github.com/inaka/katana-test/pull/3) ([igaray](https://github.com/igaray))
- Update LICENSE [\#1](https://github.com/inaka/katana-test/pull/1) ([elbrujohalcon](https://github.com/elbrujohalcon))

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.1"},
{vsn, "0.0.2"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit 5cf8672

Please sign in to comment.