Releases: JetBrains/gradle-changelog-plugin
Releases · JetBrains/gradle-changelog-plugin
v1.1.2
Changed
- Remove
shadowJar
Fixed
- Don't create groups for the new Unreleased section if empty array is provided
v1.1.1
Changed
- Require
changelog.version
to be provided explicitly
Fixed
unspecified
version when patching the changelog
v1.1.0
Changed
- Require
changelog.version
to be provided explicitly
Fixed
unspecified
version when patching the changelog
v1.0.1
Fixed
- Provide
project.version
to the extension using conventions
v1.0.0
Added
- Support for the Configuration cache
Changed
header
closure has the delegate explicitly set to the extension's context- Upgrade Gradle Wrapper to
6.6
- Upgrade
org.jetbrains.kotlin.jvm
to1.4.21
- Upgrade
io.gitlab.arturbosch.detekt
to1.15.0
- Upgrade
com.github.johnrengelman.shadow
to6.1.0
v0.6.2
Changed
- Smart processing of
headerParserRegex
property
v0.6.1
Changed
- Renamed
hasVersion
method tohas
- Better error handling in
patchChangelog
task
v0.6.0
Added
headerParserRegex
extension property for setting custom regex used to extract version from the header string
Changed
- Project dependencies upgrade
- Apply ktlint and detekt rules to the code
v0.5.0
Added
header
extension property for setting new header textdate
helper methodHelper Methods
section in README
Removed
headerFormat
andheaderArguments
in favor ofheader
property
v0.4.0
Added
initializeChangelog
task for creating new changelog filegetAll
extensions method for fetching all changelog itemsgroups
extensions property for defining the groups created with the Unreleased sectionktlint
integration
Changed
- Moved tasks to the
changelog
group