From 9cd4531c0025990c4b81719270f328f459834d12 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Tue, 28 Mar 2023 23:35:29 +0800 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daaa358..aac0a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.3.0 (2023-03-28) * 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.