All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.11.0 - 2024-05-18
- Add compare URLs to release headings based on previous release headings when no unreleased heading is available (#52)
v1.10.0 - 2023-11-25
- Add Support for PHP 8.3 (#47)
v1.9.1 - 2023-08-01
v1.9.0 - 2023-07-02
- Add new
--parse-github-usernames
option to parse and linkify GitHub Usernames (#41)
v1.8.0 - 2023-05-29
- Add
--hide-release-date
option (#39)
v1.7.0 - 2023-04-22
- Allow release-notes and latest-version options to be prompted (#35)
v1.6.2 - 2022-10-24
- Build v1.6.2
v1.6.1 - 2022-10-24
- Add Support for PHP 8.2 (#31)
- Update CLI to use new GITHUB_OUTPUT environment (#30)
- Bump min PHP version to 8.1 (#28)
v1.6.0 - 2022-05-28
- Add
--heading-text
option to manipulate heading text (#27) - Shift Headings of Release Notes to always be at least level 3 headings (#24)
- Refactor Internals (#26)
- Abort and show Error Message when Release Notes could not be placed (#23)
v1.5.0 - 2022-03-20
- Add RELEASE_HEADING_FRAGMENT output (#20)
v1.4.1 - 2022-03-20
- Fix detection of empty release notes (#19)
v1.4.0 - 2022-03-19
- Output GitHub Actions Output Variables (#18)
- Throw Warning if Release already exists in Changelog (#16)
- Make Release Notes Optional (#17)
v1.3.0 - 2022-02-09
- Upgrade to Laravel Zero 9 (#15)
v1.2.2 - 2022-02-09
- Append release notes at the end if no previous heading can be found (#14)
v1.2.1 - 2022-02-01
- New Build
v1.2.0 - 2022-02-01
- Add
--compare-url-target-revision
option (#13)
v1.1.1 - 2021-11-25
- Run Tests on PHP 8.1 (#12)
- Upgrade commonmark-markdown-renderer to v1.0.2 (#11)
v1.1.0 - 2021-11-07
- Validate Input Options #10
- Add Release Notes at the end if no heading was found #9
- Paste Release Notes at the top if no Unreleased Heading can be found #7
- Refactor Internals (#8) @stefanzweifel
v1.0.0 - 2021-08-14
Release v1.0.0.
v0.4.1 - 2021-08-14
- Fallback to current date if
--release-date
is empty (empty string or null) #5
v0.4.0 - 2021-08-14
- Make
--release-date
Option optional #4
v0.3.0 - 2021-08-12
- Remove option #2
v0.2.1 - 2021-08-07
- Upgrade Dependencies
v0.2.0 - 2021-08-07
- Add option
v0.1.0 - 2021-08-07
- Initial Release