2.2.0 (2024-02-03)
Merged pull requests:
- Update Gradle Wrapper from 8.5 to 8.6 #82 (@joffrey-bion)
2.1.2 (2024-02-02)
Implemented enhancements:
- Mark task as incompatible with configuration cache #80
2.1.1 (2024-02-02)
Upgraded dependencies:
- Bump com.gradle.plugin-publish from 1.1.0 to 1.2.1 #76 (@dependabot[bot])
- Bump org.kohsuke:github-api from 1.314 to 1.318 #75 (@dependabot[bot])
2.1.0 (2024-02-02)
Merged pull requests:
- Update Gradle Wrapper from 8.4 to 8.5 #73 (@joffrey-bion)
2.0.0 (2023-07-19)
Breaking changes:
- Use sets instead of lists for
includeLabels
,excludeLabels
, andskipTags
#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:
- Update Gradle Wrapper from 8.0.2 to 8.2.1 #64 (@joffrey-bion)
Fixed bugs:
generateChangelog
fails when there are no issues at all #65
1.13.1 (2023-03-05)
Merged pull requests:
- Update Gradle Wrapper from 8.0.1 to 8.0.2 #59 (@joffrey-bion)
Fixed bugs:
- Closed but unmerged pull-requests appear in the changelog #60
1.13.0 (2023-02-15)
Implemented enhancements:
- Upgrade to Gradle 8 #57
1.12.1 (2022-11-01)
Fixed bugs:
- Generation fails if the output file paths have non-existing directories #53
1.12.0 (2022-10-31)
Implemented enhancements:
- Generate release notes for the latest version as a build report #46
1.11.1 (2022-01-10)
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)
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:
1.10.0 (2022-01-08)
Implemented enhancements:
- Rename default sections Deprecations/Removals #45
1.9.0 (2021-12-30)
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)
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)
Implemented enhancements:
- SkipTags support regular expression #36
1.6.0 (2021-02-27)
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)
Implemented enhancements:
- Allow using Milestones to determine association of issues with tags #33
1.4.0 (2021-02-06)
Implemented enhancements:
- Provide full changelog link for first tag #31
1.3.0 (2021-01-24)
Implemented enhancements:
- Add default section for new features (linked to "feature" label) #27
1.2.0 (2021-01-24)
Implemented enhancements:
- Exclude issues with doc or documentation label by default #26
1.1.0 (2021-01-24)
Implemented enhancements:
- Make timezone used for local dates more stable and/or configurable #25
1.0.0 (2021-01-24)
Implemented enhancements:
0.8.0 (2019-01-31)
Implemented enhancements:
- Turn PR authors' names into links to their profile #21
0.7.0 (2019-01-29)
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)
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)
Fixed bugs:
- Pull-Requests seen as regular issues #17
0.5.1 (2019-01-28)
Fixed bugs:
- releaseUrlTagTransform / diffUrlTagTransform are read only and cannot be configured #15
0.5.0 (2019-01-28)
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)
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)
Implemented enhancements:
Fixed bugs:
- Fix default "futureVersion" #6
0.2.1 (2019-01-24)
Fixed bugs:
- Fix sorting for releases that were published on the same date #4
0.2.0 (2019-01-22)
Implemented enhancements:
- Make releaseUrl customizable #3
Closed issues:
- Publish to Gradle portal #2
0.1.1 (2019-01-20)
0.1.0 (2019-01-20)
Implemented enhancements:
- Initial generation feature #1