Skip to content

Commit

Permalink
0.5.6 release (previous 0.5.5) + release notes updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shipkit-org committed Mar 31, 2020
1 parent 936aac6 commit 1b45e22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 0.5.6
- 2020-03-31 - [4 commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.5.5...v0.5.6) by [Matthias](https://github.com/Bukama) (3), [Simon Schrottner](https://github.com/aepfli) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.5.6-green.svg)](https://bintray.com/junit-pioneer/junit-pioneer/junit-pioneer/0.5.6)
- Update JUnit and test frameworks dependencies [(#210)](https://github.com/junit-pioneer/junit-pioneer/pull/210)
- Upgrade JUnit version to 5.4.2 [(#209)](https://github.com/junit-pioneer/junit-pioneer/issues/209)
- Bogus PR for Sonar experiments [(#207)](https://github.com/junit-pioneer/junit-pioneer/pull/207)
- Fixing sonarcloud [(#206)](https://github.com/junit-pioneer/junit-pioneer/pull/206)
- Updating docs with notes about documentation. [(#203)](https://github.com/junit-pioneer/junit-pioneer/pull/203)
- Moving gradle wrapper to default location [(#200)](https://github.com/junit-pioneer/junit-pioneer/pull/200)
- Extend contributor docs about writing 1sentence per line [(#191)](https://github.com/junit-pioneer/junit-pioneer/issues/191)
- Config files are not discovered by tools [(#190)](https://github.com/junit-pioneer/junit-pioneer/issues/190)

#### 0.5.5
- 2020-03-29 - [5 commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.5.4...v0.5.5) by [Simon Schrottner](https://github.com/aepfli) (3), [Mihály Verhás](https://github.com/Michael1993) (1), [Nicolai Parlog](https://github.com/nicolaiparlog) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.5.5-green.svg)](https://bintray.com/junit-pioneer/junit-pioneer/junit-pioneer/0.5.5)
- Update builds to run with JDK 14 [(#196)](https://github.com/junit-pioneer/junit-pioneer/issues/196)
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.6
previousVersion=0.5.5
version=0.5.7
previousVersion=0.5.6

0 comments on commit 1b45e22

Please sign in to comment.