dunamai-action/CHANGELOG.md

21 lines
714 B
Markdown
Raw Normal View History

2023-03-28 23:07:44 +08:00
## Unreleased
* Rewrote as a composite action (which invokes a Python script) instead of a Node.js 16 action.
There should be no observable changes in the action's usage or API.
2022-10-31 14:12:33 +08:00
## v1.2.0 (2022-10-31)
* Updated for Node.js 12 deprecation:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* Updated for `set-output` deprecation:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
## v1.1.0 (2020-10-08)
* Updated for `set-env` deprecation:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands
2020-07-10 22:58:21 -04:00
## v1.0.0 (2020-07-10)
* Initial release.