Skip to content

Commit

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

#### 0.6.0
- 2020-04-28 - [17 commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.5.6...v0.6.0) by 6 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-0.6.0-green.svg)](https://bintray.com/junit-pioneer/junit-pioneer/junit-pioneer/0.6.0)
- Commits: [Nicolai Parlog](https://github.com/nicolaiparlog) (6), [Matthias Bünger](https://github.com/Bukama) (5), Hancho2009 (2), [Simon Schrottner](https://github.com/aepfli) (2), [Daniel Kraus](https://github.com/beatngu13) (1), [Mihály Verhás](https://github.com/Michael1993) (1)
- Add PublishCondition feature to the ReportEntryExtension [(#247)](https://github.com/junit-pioneer/junit-pioneer/pull/247)
- Fix enviornmentvariablesextension documentation [(#240)](https://github.com/junit-pioneer/junit-pioneer/pull/240)
- Document maintainer team in CONTRIBUTING [(#239)](https://github.com/junit-pioneer/junit-pioneer/pull/239)
- List maintainers and contributors [(#238)](https://github.com/junit-pioneer/junit-pioneer/pull/238)
- EnvironmentVariable annotations/extension documentation problems [(#237)](https://github.com/junit-pioneer/junit-pioneer/issues/237)
- Removing sitebuild as it is broken anyways. [(#235)](https://github.com/junit-pioneer/junit-pioneer/pull/235)
- Discord inivite link is invalid [(#230)](https://github.com/junit-pioneer/junit-pioneer/issues/230)
- Clean up / align internal structure, names [(#228)](https://github.com/junit-pioneer/junit-pioneer/pull/228)
- Add link to GitHub help about fork and PR basics [(#224)](https://github.com/junit-pioneer/junit-pioneer/pull/224)
- Fixed a typo, minor cleanup of utility method [(#223)](https://github.com/junit-pioneer/junit-pioneer/pull/223)
- Fix sonarqube violations [(#221)](https://github.com/junit-pioneer/junit-pioneer/pull/221)
- Checkstyle improvements [(#220)](https://github.com/junit-pioneer/junit-pioneer/pull/220)
- Enable Checkstyle for the whole codebase [(#219)](https://github.com/junit-pioneer/junit-pioneer/issues/219)
- Implement PioneerTestKit and PioneerEngineExecutionResults (#6) [(#218)](https://github.com/junit-pioneer/junit-pioneer/pull/218)
- Added PublishCondition feature to the ReportEntryExtension. [(#216)](https://github.com/junit-pioneer/junit-pioneer/pull/216)
- Improve GitHub Actions workflow [(#214)](https://github.com/junit-pioneer/junit-pioneer/pull/214)
- Document underlying tools and processes for new contributors [(#205)](https://github.com/junit-pioneer/junit-pioneer/issues/205)
- Add Discord channel to readme [(#194)](https://github.com/junit-pioneer/junit-pioneer/issues/194)
- Prevent faulty/redundant annotation search [(#187)](https://github.com/junit-pioneer/junit-pioneer/pull/187)
- Tests for the Util class [(#186)](https://github.com/junit-pioneer/junit-pioneer/issues/186)
- Add Annotation for System Environment Variables [(#174)](https://github.com/junit-pioneer/junit-pioneer/pull/174)
- Add Annotation for System Environment Variables [(#167)](https://github.com/junit-pioneer/junit-pioneer/issues/167)
- Performance optimization for DefaultLocale and DefaultTimeZone [(#115)](https://github.com/junit-pioneer/junit-pioneer/issues/115)
- Replace Upstream Test Code With Dependency [(#6)](https://github.com/junit-pioneer/junit-pioneer/issues/6)
- Create Test Infrastructure [(#5)](https://github.com/junit-pioneer/junit-pioneer/pull/5)

#### 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)
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.6.0
previousVersion=0.5.6
version=0.6.1
previousVersion=0.6.0

0 comments on commit 1a29a36

Please sign in to comment.