Releases: FigureTechnologies/gradle-semver-plugin
Releases · FigureTechnologies/gradle-semver-plugin
v1.5.0
What's Changed
📦 Dependency Updates
- Update dependency com.autonomousapps.dependency-analysis from
1.19.0to1.20.0by @figure-renovate in #98 - Update dependency org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin from
11.3.1to11.3.2by @figure-renovate in #97 - Update dependency com.figure.gradle.semver-plugin from
1.3.1to1.4.2by @figure-renovate in #99 - Update EnricoMi/publish-unit-test-result-action action from
v1tov2by @figure-renovate in #101 - Update actions/upload-artifact action from
v2tov3by @figure-renovate in #102
🪣 Other Changes
- Add Datadog service definition to register applications in the Service Catalog by @cloud-janitors-figure in #92
- Update service.datadog.yaml by @ahatzz11 in #103
- Add master based flat version calculator strategy, modify
rcbranch prefix by @tcrawford-figure in #104
Full Changelog: v1.4.1...v1.5.0
v1.4.2
v1.4.1
What's Changed
📦 Dependency Updates
- Update dependency org.jetbrains.kotlin.jvm from
1.8.10to1.8.21by @figure-renovate in #91 - Update kotest from
5.5.5to5.6.1by @figure-renovate in #94 - Update gradle-plugin-publish from
1.1.0to1.2.0by @figure-renovate in #93
🪣 Other Changes
- Fix an issue that inhibited the ability to calculate the next version by @tcrawford-figure in #96
Full Changelog: v1.4.0...v1.4.1
v1.4.0
🛑 Broken Release
This release includes a bug that would inhibit the ability to calculate the next version. This has been fixed in v1.4.1.
What's Changed
📦 Dependency Updates
- Update dependency com.figure.gradle.semver-plugin from
1.2.0to1.3.1by @figure-renovate in #89
🪣 Other Changes
- Add support for configuration cache in Gradle 8.1.+ by @tcrawford-figure in #95
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
🪣 Other Changes
- Fix createAndPushVersionTag task so that it properly uses the configuration cache by @tcrawford-figure in #90
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
🪣 Other Changes
- Remove configuration caching from
createAndPushVersionTagtask by @tcrawford-figure in #88
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
📦 Dependency Updates
- Update dependency com.figure.gradle.semver-plugin from
1.1.0to1.2.0by @figure-renovate in #84 - Update dependency gradle from
8.0.1to8.0.2by @figure-renovate in #86 - Update dependency org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin from
11.2.0to11.3.1by @figure-renovate in #87
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
🐛 Bug Fixes
📖 Documentation
- Add usage information for gradle version catalog by @ahatzz11 in #79
- Add docs about working locally to the contributing doc by @cloud-janitors-figure in #82
📦 Dependency Updates
- Update dependency gradle from
8.0to8.0.1by @figure-renovate in #80
🪣 Other Changes
- Update log with debugging tip by @ahatzz11 in #78
- Add pom information for artifact publishing by @ahatzz11 in #76
- Make new convention plugin for licenser, turn off caching of a few things by @tcrawford-figure in #81
Full Changelog: 1.1.0...v1.2.0
v1.1.0
👋 This is the very first release that is published as an OSS project! Check it out on the Gradle Plugin Portal: https://plugins.gradle.org/plugin/com.figure.gradle.semver-plugin
To use this plugin in your repository, ensure that you have the Gradle Plugin Portal as a repository:
pluginManagement {
repositories {
gradlePluginPortal()
}
}What's Changed
🚀 Features & Enhancements
📖 Documentation
- Cleanup README, add gitDir example by @tcrawford-figure in #54
- Overhaul readme, update currentSemver task by @ahatzz11 in #57
- Add more info to tables by @ahatzz11 in #58
📦 Dependency Updates
- Update kotest from
5.5.4to5.5.5by @figure-renovate in #60 - Update dependency com.autonomousapps.dependency-analysis from
1.18.0to1.19.0by @figure-renovate in #61 - Update to gradle 8.0 by @ahatzz11 in #63
- Update dependency org.jetbrains.kotlin.jvm from
1.8.0to1.8.10by @figure-renovate in #59 - Update dependency org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin from
11.1.0to11.2.0by @figure-renovate in #67
🪣 Other Changes
- Move actions to public runners by @ahatzz11 in #62
- Use new kotlin/gradle toolchain by @ahatzz11 in #64
- Fix set-output deprecation, remove old repository stuff by @ahatzz11 in #65
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
🐛 Bug Fixes
- Fix an issue where version modifier is unused by @tcrawford-figure in #52
📦 Dependency Updates
- Update dependency org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin from
11.0.0to11.1.0by @figure-renovate in #50 - Update dependency com.figure.gradle.semver-plugin from
0.9.1tov1by @figure-renovate in #51
Full Changelog: v1.0.0...v1.0.1