Releases: simonhauck/gradle-release-plugin
Releases · simonhauck/gradle-release-plugin
v1.4.0
What's Changed
New features
- Add property to check for pre-release versions recursive in submodules by @simonhauck in #109
Fixed bugs
- #87 Fix issues regarding whitespaces and different file separators in ssh-key file path by @simonhauck in #106
Dependency updates
- Update dependency gradle to v8.10.2 by @renovate in #84
- Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.1 by @renovate in #85
- Update junit5 monorepo to v5.11.2 by @renovate in #88
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.0.21 by @renovate in #89
- Update junit5 monorepo to v5.11.3 by @renovate in #90
- Update dependency com.ncorti.ktfmt.gradle:plugin to v0.21.0 by @renovate in #91
- Update dependency gradle to v8.11 by @renovate in #92
- Update dependency gradle to v8.11.1 by @renovate in #93
- Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 by @renovate in #95
- Update junit5 monorepo to v5.11.4 by @renovate in #97
- Update dependency org.assertj:assertj-core to v3.27.0 by @renovate in #98
- Update dependency gradle to v8.12 by @renovate in #99
- Update dependency org.assertj:assertj-core to v3.27.2 by @renovate in #102
- Update dependency org.assertj:assertj-core to v3.27.3 by @renovate in #103
- #100 Update Kotlin to 2.1.0 and remove arrowKt by @simonhauck in #101
- Update dependency gradle to v8.12.1 by @renovate in #105
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.10 by @renovate in #94
- Update plugin gradlePublish to v1.3.1 by @renovate in #107
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
New features
- #16 Add support for releases with a pre-release type by @simonhauck in #83
Dependency updates
- Update dependency gradle to v8.10.1 by @renovate in #81
- Update plugin gradlePublish to v1.3.0 by @renovate in #82
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
New features
- #69 add task to check for snapshot versions by @simonhauck in #75
Dependency updates
- Update dependency org.assertj:assertj-core to v3.26.3 by @renovate in #65
- Update dependency gradle to v8.9 by @renovate in #66
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.0.10 by @renovate in #70
- Update junit5 monorepo to v5.11.0 by @renovate in #71
- Update dependency gradle to v8.10 by @renovate in #72
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.0.20 by @renovate in #76
- Update dependency com.ncorti.ktfmt.gradle:plugin to v0.20.0 by @renovate in #77
- Update plugin gradlePublish to v1.2.2 by @renovate in #79
- Update dependency com.ncorti.ktfmt.gradle:plugin to v0.20.1 by @renovate in #78
Chores & Other
- #67 simplify development setup so that tasks can be executed from parent project by @simonhauck in #68
- #73 Update devcontainers image by @simonhauck in #74
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
New features
- #27 add support for property files that have other unrelated properties by @simonhauck in #61
Fixed bugs
- #57 fix failing release when staged or unstaged files are in the git repository by @simonhauck in #60
Dependency updates
- Update junit5 monorepo to v5.10.3 by @renovate in #58
- Update dependency com.ncorti.ktfmt.gradle:plugin to v0.19.0 by @renovate in #59
Chores & Other
- #62 rework release strategy of this plugin to use releaseType parameter by @simonhauck in #63
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
New features
- #15 add option to release with a version type e.g. major minor patch by @simonhauck in #40
- #20 improve logging behavior by using gradle logger by @simonhauck in #41
- #42 Improve error message if a git command fails by @simonhauck in #44
- #6 Add check for un-commited files in the repository by @simonhauck in #49
- #19 add porperties to set git username and email for commit tasks by @simonhauck in #51
Fixed bugs
- provide delay in milliseconds to Thread.sleep, fixes #53 by @WeisSeb in #54
- #55 rename Duration suffix since it is not required by @simonhauck in #56
Dependency updates
- Update dependency org.assertj:assertj-core to v3.26.0 by @renovate in #43
- Update dependency gradle to v8.8 by @renovate in #50
Chores & Other
- Improve README.md by @WeisSeb in #47
- #39 Document and test gradle version compatibility by @simonhauck in #48
New Contributors
Full Changelog: v0.0.3...v1.0.0
v1.0.0-RC3
What's Changed
New features
- #19 add porperties to set git username and email for commit tasks by @simonhauck in #51
Fixed bugs
- provide delay in milliseconds to Thread.sleep, fixes #53 by @WeisSeb in #54
- #55 rename Duration suffix since it is not required by @simonhauck in #56
Full Changelog: v1.0.0-RC2...v1.0.0-RC3
v1.0.0-RC2
What's Changed
New features
- #6 Add check for un-commited files in the repository by @simonhauck in #49
Dependency updates
Chores & Other
- Improve README.md by @WeisSeb in #47
- #39 Document and test gradle version compatibility by @simonhauck in #48
New Contributors
Full Changelog: v1.0.0-RC1...v1.0.0-RC2
v1.0.0-RC1
What's Changed
New features
- #15 add option to release with a version type e.g. major minor patch by @simonhauck in #40
- #20 improve logging behavior by using gradle logger by @simonhauck in #41
- #42 Improve error message if a git command fails by @simonhauck in #44
Dependency updates
Full Changelog: v0.0.3...v1.0.0-RC1
v0.0.3
What's Changed
Fixed bugs
- #32 Fix git push task not propagating errors correctly by @simonhauck in #33
- #22 Fix failed commits remove all local- changes by @simonhauck in #35
Dependency updates
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2 by @renovate in #30
- Update dependency org.awaitility:awaitility to v4.2.1 by @renovate in #38
Chores & Other
- #28 change renovate config to create PRs by @simonhauck in #29
- #28 restructure release by @simonhauck in #31
- #34 Add gradle plugin portal badge by @simonhauck in #36
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
New features
- #3 Add release workflow with specified versions by @simonhauck in #23
- #9 update readme with mvp release by @simonhauck in #24
- #14 publish plugin to gradlepluginportal by @simonhauck in #25
New Contributors
- @simonhauck made their first contribution in #23
Full Changelog: v0.0.1...v0.0.2