Skip to content

Latest commit

 

History

History
294 lines (172 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

294 lines (172 loc) · 15.1 KB

Change Log

2.2.0 (2024-02-03)

View commits

Merged pull requests:

2.1.2 (2024-02-02)

View commits

Implemented enhancements:

  • Mark task as incompatible with configuration cache #80

2.1.1 (2024-02-02)

View commits

Upgraded dependencies:

2.1.0 (2024-02-02)

View commits

Merged pull requests:

2.0.0 (2023-07-19)

View commits

Breaking changes:

  • Use sets instead of lists for includeLabels, excludeLabels, and skipTags #67
  • Generate empty future release when there are no unreleased issues but futureVersionTag is set #68

Implemented enhancements:

  • Make the order of the sections customizable #66

Merged pull requests:

Fixed bugs:

  • generateChangelog fails when there are no issues at all #65

1.13.1 (2023-03-05)

View commits

Merged pull requests:

Fixed bugs:

  • Closed but unmerged pull-requests appear in the changelog #60

1.13.0 (2023-02-15)

View commits

Implemented enhancements:

  • Upgrade to Gradle 8 #57

1.12.1 (2022-11-01)

View commits

Fixed bugs:

  • Generation fails if the output file paths have non-existing directories #53

1.12.0 (2022-10-31)

View commits

Implemented enhancements:

  • Generate release notes for the latest version as a build report #46

1.11.1 (2022-01-10)

View commits

Upgraded dependencies:

  • Upgrade Github API to 1.301 #50

Fixed bugs:

  • First commit in first release diff URL is actually the last #51
  • "body must not be null" in 1.11.0 #49

1.11.0 (2022-01-10)

View commits

This release brings a new feature called "release summary".

The text you're reading is actually from a release summary itself. It has been written as the body of a GitHub issue tagged with release-summary and associated to the milestone 1.11.0.

This is sufficient for it to be automatically picked up by the generator and placed here as description.

Implemented enhancements:

  • Allow to provide a release summary #32
  • Respect markdown backticks in issue titles #47

1.10.0 (2022-01-08)

View commits

Implemented enhancements:

  • Rename default sections Deprecations/Removals #45

1.9.0 (2021-12-30)

View commits

Implemented enhancements:

  • Add default sections for breaking changes, deprecations and removals #43
  • Add more default excluded labels: internal, no\-changelog #42
  • Add default section for dependency upgrades #41

1.8.0 (2021-09-03)

View commits

Implemented enhancements:

  • Replace deprecated basic auth with token #39
  • Add more logging to see more granular steps #38
  • Upgrade Github API client to 1.132 #37

1.7.0 (2021-05-28)

View commits

Implemented enhancements:

  • SkipTags support regular expression #36

1.6.0 (2021-02-27)

View commits

Implemented enhancements:

  • Add config param to enable/disable milestone override #34

Fixed bugs:

  • Exception when milestone has no description #35

1.5.0 (2021-02-27)

View commits

Implemented enhancements:

  • Allow using Milestones to determine association of issues with tags #33

1.4.0 (2021-02-06)

View commits

Implemented enhancements:

  • Provide full changelog link for first tag #31

1.3.0 (2021-01-24)

View commits

Implemented enhancements:

  • Add default section for new features (linked to "feature" label) #27

1.2.0 (2021-01-24)

View commits

Implemented enhancements:

  • Exclude issues with doc or documentation label by default #26

1.1.0 (2021-01-24)

View commits

Implemented enhancements:

  • Make timezone used for local dates more stable and/or configurable #25

1.0.0 (2021-01-24)

View commits

Implemented enhancements:

  • Upgrade to Kotlin 1.4.20 #24
  • Cleanup class names to align changeLog -> changelog #23

0.8.0 (2019-01-31)

View commits

Implemented enhancements:

  • Turn PR authors' names into links to their profile #21

0.7.0 (2019-01-29)

View commits

Implemented enhancements:

  • Allow manually specifying which release an issue belongs to #16
  • Make issue order deterministic within a section #20

0.6.0 (2019-01-29)

View commits

Implemented enhancements:

  • Make section order deterministic (sorted alphabetically) #18

Fixed bugs:

  • Custom sections don't override default ones for "bug" and "enhancement" labels #19

0.5.2 (2019-01-29)

View commits

Fixed bugs:

  • Pull-Requests seen as regular issues #17

0.5.1 (2019-01-28)

View commits

Fixed bugs:

  • releaseUrlTagTransform / diffUrlTagTransform are read only and cannot be configured #15

0.5.0 (2019-01-28)

View commits

Implemented enhancements:

  • Remove default future version and distinguish from unreleased #14
  • Allow customization of the sections for custom labels #13
  • Add some text to fill empty changelog or releases #8
  • Add possibility to transform tags for releaseUrl and diffUrl #12

0.4.0 (2019-01-28)

View commits

Fixed bugs:

  • Escape markdown in issue titles and other user text #9
  • Default label "Closed issue:" should be plural #11

0.3.0 (2019-01-26)

View commits

Implemented enhancements:

  • Add "skip tags" option #7
  • Add "since tag" option #5

Fixed bugs:

  • Fix default "futureVersion" #6

0.2.1 (2019-01-24)

View commits

Fixed bugs:

  • Fix sorting for releases that were published on the same date #4

0.2.0 (2019-01-22)

View commits

Implemented enhancements:

  • Make releaseUrl customizable #3

Closed issues:

  • Publish to Gradle portal #2

0.1.1 (2019-01-20)

View commits

0.1.0 (2019-01-20)

View commits

Implemented enhancements:

  • Initial generation feature #1