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

Commit 2823d7d

Browse files
author
Brujo Benavides
committed
Bump Version to 1.0.1
1 parent 03591bf commit 2823d7d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
# Change Log
22

3+
## [1.0.1](https://github.com/inaka/katana-test/tree/1.0.1) (2018-07-12)
4+
[Full Changelog](https://github.com/inaka/katana-test/compare/1.0.0...1.0.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Remove get\_warnings from ktn\_meta\_SUITE [\#29](https://github.com/inaka/katana-test/issues/29)
9+
10+
**Closed issues:**
11+
12+
- If there is a test PLT, katana-test should use that one [\#48](https://github.com/inaka/katana-test/issues/48)
13+
- Update elvis\_core dependency version to 0.3.9 [\#43](https://github.com/inaka/katana-test/issues/43)
14+
- Error when is set as dependency using rebar3 [\#30](https://github.com/inaka/katana-test/issues/30)
15+
- Fulfill the open-source checklist [\#2](https://github.com/inaka/katana-test/issues/2)
16+
17+
**Merged pull requests:**
18+
19+
- update deps [\#51](https://github.com/inaka/katana-test/pull/51) ([getong](https://github.com/getong))
20+
- Tiny README fixes [\#50](https://github.com/inaka/katana-test/pull/50) ([vassilevsky](https://github.com/vassilevsky))
21+
- Remove unknown from the list of dialyzer warnings [\#49](https://github.com/inaka/katana-test/pull/49) ([elbrujohalcon](https://github.com/elbrujohalcon))
22+
- If it exists use `\_build/test/lib` instead of `\_build/default/lib` [\#38](https://github.com/inaka/katana-test/pull/38) ([amilkr](https://github.com/amilkr))
23+
324
## [1.0.0](https://github.com/inaka/katana-test/tree/1.0.0) (2017-12-05)
425
[Full Changelog](https://github.com/inaka/katana-test/compare/0.1.1...1.0.0)
526

27+
**Closed issues:**
28+
29+
- Bump Version to 1.0.0 [\#46](https://github.com/inaka/katana-test/issues/46)
30+
631
**Merged pull requests:**
732

33+
- Bump version to 1.0.0 [\#47](https://github.com/inaka/katana-test/pull/47) ([elbrujohalcon](https://github.com/elbrujohalcon))
834
- \[Fix \#34\] Upgrade deps [\#45](https://github.com/inaka/katana-test/pull/45) ([elbrujohalcon](https://github.com/elbrujohalcon))
935
- Remove dead hipchat link [\#44](https://github.com/inaka/katana-test/pull/44) ([elbrujohalcon](https://github.com/elbrujohalcon))
1036
- 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))

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, "1.0.0"},
4+
{vsn, "1.0.1"},
55
{applications, [kernel, stdlib, erts, tools, common_test, dialyzer, elvis_core, xref_runner]},
66
{modules, []},
77
{registered, []},

0 commit comments

Comments
 (0)