Skip to content

Commit

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

#### 0.7.0
- 2020-07-14 - [30 commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.6.0...v0.7.0) by 10 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-0.7.0-green.svg)](https://bintray.com/junit-pioneer/junit-pioneer/junit-pioneer/0.7.0)
- Commits: [Mihály Verhás](https://github.com/Michael1993) (6), [Nicolai Parlog](https://github.com/nicolaiparlog) (6), [Daniel Kraus](https://github.com/beatngu13) (5), [Simon Schrottner](https://github.com/aepfli) (4), [Matthias Bünger](https://github.com/Bukama) (3), [Dirk Wetzel](https://github.com/NPException) (2), [Allon Murienik](https://github.com/mureinik) (1), [Hancho2009](https://github.com/Hancho2009) (1), hovinen (1), [Nishant Vashisth](https://github.com/nishantvas) (1)
- Improving and fixing releasing process (#284) [(#295)](https://github.com/junit-pioneer/junit-pioneer/pull/295)
- New behaviour for RetryingTest for Assumptions [(#293)](https://github.com/junit-pioneer/junit-pioneer/pull/293)
- Temporarily remove caching (#290) [(#292)](https://github.com/junit-pioneer/junit-pioneer/pull/292)
- RepeatFailedTest fails if assumptions are invalid [(#291)](https://github.com/junit-pioneer/junit-pioneer/issues/291)
- Minor import statement fix [(#289)](https://github.com/junit-pioneer/junit-pioneer/pull/289)
- Do not corrupt ProcessEnvironment.theEnvironment on non-Windows platforms. [(#288)](https://github.com/junit-pioneer/junit-pioneer/pull/288)
- @SetEnvironmentVariable corrupts JDK-internal structures in some cases [(#287)](https://github.com/junit-pioneer/junit-pioneer/issues/287)
- Release action for releasing version 0.7 failed [(#284)](https://github.com/junit-pioneer/junit-pioneer/issues/284)
- Fix @Test timeout to actually time out [(#280)](https://github.com/junit-pioneer/junit-pioneer/pull/280)
- Update dependency on JUnit to 5.5.2 [(#279)](https://github.com/junit-pioneer/junit-pioneer/pull/279)
- Update JUnit 5 to 5.5 [(#278)](https://github.com/junit-pioneer/junit-pioneer/issues/278)
- Reinstate rule that requires issue and PR number in title [(#273)](https://github.com/junit-pioneer/junit-pioneer/pull/273)
- Added ExtensionConfigurationException to DefaultTimeZoneExtension [(#272)](https://github.com/junit-pioneer/junit-pioneer/pull/272)
- Add project site links to javadoc [(#271)](https://github.com/junit-pioneer/junit-pioneer/pull/271)
- Enforce UTF-8 encoding when reading source files (fixes build on Windows) [(#270)](https://github.com/junit-pioneer/junit-pioneer/pull/270)
- Bump cache action from v1 to v2 [(#269)](https://github.com/junit-pioneer/junit-pioneer/pull/269)
- Run SonarCloud analysis with Java 11 [(#268)](https://github.com/junit-pioneer/junit-pioneer/pull/268)
- SonarCloud update to Java 11 [(#267)](https://github.com/junit-pioneer/junit-pioneer/issues/267)
- Fix typo in docs [(#266)](https://github.com/junit-pioneer/junit-pioneer/pull/266)
- Shall the issue number be mentioned in commit title? [(#264)](https://github.com/junit-pioneer/junit-pioneer/issues/264)
- Typo in documentation: assertThat().isEqual_s_To() [(#263)](https://github.com/junit-pioneer/junit-pioneer/issues/263)
- Creating IDE Specific configuration with gradle [(#262)](https://github.com/junit-pioneer/junit-pioneer/pull/262)
- Finishing last clean up / alignments work [(#260)](https://github.com/junit-pioneer/junit-pioneer/pull/260)
- Renamed adoc file to fix typo - now in line with docs-nav [(#259)](https://github.com/junit-pioneer/junit-pioneer/pull/259)
- Documentation about SystemEnvironment not available [(#258)](https://github.com/junit-pioneer/junit-pioneer/issues/258)
- Fix sorting of 2020's contributors [(#257)](https://github.com/junit-pioneer/junit-pioneer/pull/257)
- Trigger Release with tag 'releaseTrigger' [(#256)](https://github.com/junit-pioneer/junit-pioneer/pull/256)
- Add links to Open Source Guide [(#254)](https://github.com/junit-pioneer/junit-pioneer/pull/254)
- Replace deprecated checkstyle setDir with new one [(#250)](https://github.com/junit-pioneer/junit-pioneer/pull/250)
- Reduce duplication [(#248)](https://github.com/junit-pioneer/junit-pioneer/pull/248)
- Add PublishCondition feature to the ReportEntryExtension [(#247)](https://github.com/junit-pioneer/junit-pioneer/pull/247)
- Create assertions for Pioneer (#232) [(#245)](https://github.com/junit-pioneer/junit-pioneer/pull/245)
- Extend Beginner Guide in CONTRIBUTING.md [(#243)](https://github.com/junit-pioneer/junit-pioneer/issues/243)
- Environmentvariableextension securitymanager tests [(#242)](https://github.com/junit-pioneer/junit-pioneer/pull/242)
- No EnvironmentVariableUtils Tests if a SecurityManager is set [(#241)](https://github.com/junit-pioneer/junit-pioneer/issues/241)
- Rename/clarify RepeatFailedTest (#233) [(#236)](https://github.com/junit-pioneer/junit-pioneer/pull/236)
- AppVeyor's caching mechanism throws error [(#234)](https://github.com/junit-pioneer/junit-pioneer/issues/234)
- RepeatFailedTest causes sporadically PreconditionViolationException [(#233)](https://github.com/junit-pioneer/junit-pioneer/issues/233)
- Provide pioneer own AssertJ assertions [(#232)](https://github.com/junit-pioneer/junit-pioneer/issues/232)
- Providing features for specific IDE [(#229)](https://github.com/junit-pioneer/junit-pioneer/issues/229)
- Basic implementation of the StdIO extension for catching stdin/out [(#227)](https://github.com/junit-pioneer/junit-pioneer/pull/227)
- Create team of maintainers [(#226)](https://github.com/junit-pioneer/junit-pioneer/issues/226)
- Implement PioneerTestKit and PioneerEngineExecutionResults (#6) [(#218)](https://github.com/junit-pioneer/junit-pioneer/pull/218)
- Clean up / align internal structure, names, etc. [(#215)](https://github.com/junit-pioneer/junit-pioneer/issues/215)
- GitHub Action for Deployments [(#213)](https://github.com/junit-pioneer/junit-pioneer/pull/213)
- Github Actions for Deployments [(#199)](https://github.com/junit-pioneer/junit-pioneer/issues/199)
- Evaluate ShipKit [(#193)](https://github.com/junit-pioneer/junit-pioneer/issues/193)
- Move from Travis CI to GitHub Actions [(#192)](https://github.com/junit-pioneer/junit-pioneer/issues/192)
- Reduce duplication [(#180)](https://github.com/junit-pioneer/junit-pioneer/issues/180)
- Add extension to disable per test name to be able to disable parameterized tests [(#175)](https://github.com/junit-pioneer/junit-pioneer/pull/175)
- Require configuration failiure tests? [(#164)](https://github.com/junit-pioneer/junit-pioneer/issues/164)
- Disable Parameterised tests selectively [(#163)](https://github.com/junit-pioneer/junit-pioneer/issues/163)
- Should Javadoc link to project site? [(#149)](https://github.com/junit-pioneer/junit-pioneer/issues/149)
- Move issue and PR numbers from commit action to body [(#86)](https://github.com/junit-pioneer/junit-pioneer/pull/86)
- No longer mention issue and PR numbers in commit title [(#79)](https://github.com/junit-pioneer/junit-pioneer/issues/79)
- Move StdIoExtension to pioneer [(#34)](https://github.com/junit-pioneer/junit-pioneer/issues/34)
- Fix @Test Timeout to Actually Time Out [(#10)](https://github.com/junit-pioneer/junit-pioneer/issues/10)
- Replace Upstream Test Code With Dependency [(#6)](https://github.com/junit-pioneer/junit-pioneer/issues/6)

#### 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)
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.7.0
previousVersion=0.6.0
version=0.7.1
previousVersion=0.7.0

0 comments on commit cd71d50

Please sign in to comment.