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 #47 from inaka/elbrujohalcon.46.version.bump
Browse files Browse the repository at this point in the history
Bump version to 1.0.0
  • Loading branch information
elbrujohalcon committed Dec 5, 2017
2 parents 5b51ecc + deab1d1 commit 7e00d70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,15 +1,27 @@
# Change Log

## [1.0.0](https://github.com/inaka/katana-test/tree/1.0.0) (2017-12-05)
[Full Changelog](https://github.com/inaka/katana-test/compare/0.1.1...1.0.0)

**Merged pull requests:**

- \[Fix \#34\] Upgrade deps [\#45](https://github.com/inaka/katana-test/pull/45) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Remove dead hipchat link [\#44](https://github.com/inaka/katana-test/pull/44) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Write end\_per\_suite following OTP doc on init\_per\_suite [\#41](https://github.com/inaka/katana-test/pull/41) ([lucafavatella](https://github.com/lucafavatella))
- Dialyzer warn unknown [\#39](https://github.com/inaka/katana-test/pull/39) ([lucafavatella](https://github.com/lucafavatella))

## [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.1 [\#35](https://github.com/inaka/katana-test/issues/35)
- 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:**

- \[Close \#35\] version bump 0.1.1 [\#36](https://github.com/inaka/katana-test/pull/36) ([Euen](https://github.com/Euen))
- 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))
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.1"},
{vsn, "1.0.0"},
{applications, [kernel, stdlib, erts, tools, common_test, dialyzer, elvis_core, xref_runner]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit 7e00d70

Please sign in to comment.