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 #36 from inaka/euen.35.version_bump_0.1.1
Browse files Browse the repository at this point in the history
[Close #35] version bump 0.1.1
  • Loading branch information
Brujo Benavides committed Aug 11, 2016
2 parents 2ff6d31 + 654549e commit cddf5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,14 +1,17 @@
# Change Log

## [0.1.0](https://github.com/inaka/katana-test/tree/0.1.0) (2016-08-08)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.6...0.1.0)
## [0.1.1](https://github.com/inaka/katana-test/tree/0.1.1) (2016-08-11)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.6...0.1.1)

**Closed issues:**

- Version Bump to 0.1.0 [\#32](https://github.com/inaka/katana-test/issues/32)
- Move from erlang.mk to rebar3 [\#28](https://github.com/inaka/katana-test/issues/28)

**Merged pull requests:**

- update build\_tool [\#34](https://github.com/inaka/katana-test/pull/34) ([Euen](https://github.com/Euen))
- \[Close \#32\] version bump 0.1.0 [\#33](https://github.com/inaka/katana-test/pull/33) ([Euen](https://github.com/Euen))
- Euen.28.rebar3 [\#31](https://github.com/inaka/katana-test/pull/31) ([Euen](https://github.com/Euen))
- Add proper rebar.config [\#27](https://github.com/inaka/katana-test/pull/27) ([elbrujohalcon](https://github.com/elbrujohalcon))

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

0 comments on commit cddf5d8

Please sign in to comment.