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

Commit 7e00d70

Browse files
Merge pull request #47 from inaka/elbrujohalcon.46.version.bump
Bump version to 1.0.0
2 parents 5b51ecc + deab1d1 commit 7e00d70

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Change Log
22

3+
## [1.0.0](https://github.com/inaka/katana-test/tree/1.0.0) (2017-12-05)
4+
[Full Changelog](https://github.com/inaka/katana-test/compare/0.1.1...1.0.0)
5+
6+
**Merged pull requests:**
7+
8+
- \[Fix \#34\] Upgrade deps [\#45](https://github.com/inaka/katana-test/pull/45) ([elbrujohalcon](https://github.com/elbrujohalcon))
9+
- Remove dead hipchat link [\#44](https://github.com/inaka/katana-test/pull/44) ([elbrujohalcon](https://github.com/elbrujohalcon))
10+
- 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))
11+
- Dialyzer warn unknown [\#39](https://github.com/inaka/katana-test/pull/39) ([lucafavatella](https://github.com/lucafavatella))
12+
313
## [0.1.1](https://github.com/inaka/katana-test/tree/0.1.1) (2016-08-11)
414
[Full Changelog](https://github.com/inaka/katana-test/compare/0.0.6...0.1.1)
515

616
**Closed issues:**
717

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

1122
**Merged pull requests:**
1223

24+
- \[Close \#35\] version bump 0.1.1 [\#36](https://github.com/inaka/katana-test/pull/36) ([Euen](https://github.com/Euen))
1325
- update build\_tool [\#34](https://github.com/inaka/katana-test/pull/34) ([Euen](https://github.com/Euen))
1426
- \[Close \#32\] version bump 0.1.0 [\#33](https://github.com/inaka/katana-test/pull/33) ([Euen](https://github.com/Euen))
1527
- Euen.28.rebar3 [\#31](https://github.com/inaka/katana-test/pull/31) ([Euen](https://github.com/Euen))

src/katana_test.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, katana_test,
22
[
33
{description, "Modules and test suites to improve Erlang testing."},
4-
{vsn, "0.1.1"},
4+
{vsn, "1.0.0"},
55
{applications, [kernel, stdlib, erts, tools, common_test, dialyzer, elvis_core, xref_runner]},
66
{modules, []},
77
{registered, []},

0 commit comments

Comments
 (0)