Skip to content

Releases: JetBrains/gradle-changelog-plugin

v1.1.2

15 Feb 10:39
Compare
Choose a tag to compare

Changed

  • Remove shadowJar

Fixed

  • Don't create groups for the new Unreleased section if empty array is provided

v1.1.1

09 Feb 10:23
Compare
Choose a tag to compare

Changed

  • Require changelog.version to be provided explicitly

Fixed

  • unspecified version when patching the changelog

v1.1.0

09 Feb 09:46
Compare
Choose a tag to compare

Changed

  • Require changelog.version to be provided explicitly

Fixed

  • unspecified version when patching the changelog

v1.0.1

14 Jan 00:08
Compare
Choose a tag to compare

Fixed

  • Provide project.version to the extension using conventions

v1.0.0

12 Jan 16:12
Compare
Choose a tag to compare

Added

Changed

  • header closure has the delegate explicitly set to the extension's context
  • Upgrade Gradle Wrapper to 6.6
  • Upgrade org.jetbrains.kotlin.jvm to 1.4.21
  • Upgrade io.gitlab.arturbosch.detekt to 1.15.0
  • Upgrade com.github.johnrengelman.shadow to 6.1.0

v0.6.2

13 Oct 20:56
Compare
Choose a tag to compare

Changed

  • Smart processing of headerParserRegex property

v0.6.1

08 Oct 12:36
Compare
Choose a tag to compare

Changed

  • Renamed hasVersion method to has
  • Better error handling in patchChangelog task

v0.6.0

29 Sep 19:11
Compare
Choose a tag to compare

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

08 Sep 09:16
Compare
Choose a tag to compare

Added

  • header extension property for setting new header text
  • date helper method
  • Helper Methods section in README

Removed

  • headerFormat and headerArguments in favor of header property

v0.4.0

08 Jul 12:27
Compare
Choose a tag to compare

Added

  • initializeChangelog task for creating new changelog file
  • getAll extensions method for fetching all changelog items
  • groups extensions property for defining the groups created with the Unreleased section
  • ktlint integration

Changed

  • Moved tasks to the changelog group