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.12.0 - 2024-11-16
- Update CLI to v1.12 (#46)
v1.11.0 - 2024-05-18
- Add compare URLs to release heading based on previous release heading when no unreleased heading is available (stefanzweifel/php-changelog-updater#52)
- Update CLI to v1.11 (#45)
- Fix typos in README.md (#44)
v1.10.0 - 2023-11-25
- Upgrade CLI to Support PHP 8.3 (#42)
- Update README with new versions of actions/checkout and git-auto-commit-action (#41)
v1.9.1 - 2023-08-01
- Upgrade changelog-updater CLI to latest version (#38)
v1.9.1 - 2023-08-01
- Upgrade changelog-updater CLI to latest version (#38)
v1.9.0 - 2023-07-02
- Add support for new
--parse-github-usernames
option (#36)
v1.8.0 - 2023-05-29
- Add
hide-release-date
option (#33)
v1.7.0 - 2023-04-22
- Upgrade CLI to v1.7.0 (#31)
v1.6.2 - 2022-10-24
Note: v1.6.1 has been skipped to be in sync with the versions of the CLI.
- Update Action to use latest CLI version (#26)
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)
- Abort and show Error Message when Release Notes could not be placed (#23)
v1.5.0 - 2022-03-20
- Add
RELEASE_URL_FRAGMENT
output (#17)
v1.4.1 - 2022-03-20
- Fix detection of empty release notes (#16)
v1.4.0 - 2022-03-19
- Upgrade CLI to v.1.4.0 (#15)
v1.3.0 - 2022-02-09
- Upgrade CLI to v1.3.0 (#9)
v1.2.3 - 2022-02-09
- Upgrade underlying CLI to v1.2.2 (#8)
v1.2.2 - 2022-02-01
- Fix broken CLI binary
v1.2.1 - 2022-02-01
- Fix
entrypoint.sh
file
v1.2.0 - 2022-02-01
- Upgrade CLI and use
--compare-url-target-revision
option (#7)
v1.1.1 - 2021-11-25
- Update changelog-updater CLI to v1.1.1 to fix issue with escaped code blocks (#4)
v1.1.0 - 2021-11-07
- Update changelog-updater CLI to v1.1.0 and update README (#2)
v1.0.0 - 2021-08-14
- Initial Release