Skip to content

Commit

Permalink
0.5.3 release (previous 0.5.2) + release notes updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shipkit-org committed Jan 28, 2020
1 parent bb9b7e0 commit bc8c078
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 0.5.3
- 2020-01-28 - [3 commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.5.2...v0.5.3) by [Nicolai Parlog](https://github.com/nicolaiparlog) (2), [Matthias](https://github.com/Bukama) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.5.3-green.svg)](https://bintray.com/junit-pioneer/junit-pioneer/junit-pioneer/0.5.3)
- Always use AssertJ assertions [(#168)](https://github.com/junit-pioneer/junit-pioneer/pull/168)
- Add handled exception as cause to final `AssertionError` [(#166)](https://github.com/junit-pioneer/junit-pioneer/pull/166)
- Should we always use AssertJ assertions? [(#165)](https://github.com/junit-pioneer/junit-pioneer/issues/165)
- Show exception stacktrace on the last failed test iteration [(#160)](https://github.com/junit-pioneer/junit-pioneer/issues/160)

#### 0.5.2
- 2020-01-21 - [2 commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.5.1...v0.5.2) by [Daniel Kraus](https://github.com/beatngu13) (1), [Ignat Simonenko](https://github.com/simonenkoi) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.5.2-green.svg)](https://bintray.com/junit-pioneer/junit-pioneer/junit-pioneer/0.5.2)
- Fix distinct set collector [(#162)](https://github.com/junit-pioneer/junit-pioneer/pull/162)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Version of the produced binaries. This file is intended to be checked-in.
#It will be automatically bumped by release automation.
version=0.5.3
previousVersion=0.5.2
version=0.5.4
previousVersion=0.5.3

0 comments on commit bc8c078

Please sign in to comment.