From 506d4181af0cce9ed089379e64e3939a05a7df8c Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Tue, 22 Jul 2025 16:53:31 -0400 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9decf..67ca28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## UNRELEASED +## 2025-07-22 - Version 0.2.0 -- feat: add a Shutdown function to close the active engine +- feat: introduce new API that works with local mode and remote cluster +- chore: remove deprecated API ## 2025-05-21 - Version 0.1.0 From 1843e4951b15e3cc6ca51addbf516e2c8a8ae662 Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Wed, 23 Jul 2025 13:28:40 -0400 Subject: [PATCH 2/3] Update change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ca28e..c58df5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2025-07-22 - Version 0.2.0 -- feat: introduce new API that works with local mode and remote cluster +- feat: introduce new API that works with local mode and remote clusters - chore: remove deprecated API ## 2025-05-21 - Version 0.1.0 From 2f0ad685da65497111f3aea6ca9570cca6489d10 Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Wed, 23 Jul 2025 13:35:30 -0400 Subject: [PATCH 3/3] Update ci action to include markdown files --- .github/workflows/ci-go-unit-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-go-unit-tests.yaml b/.github/workflows/ci-go-unit-tests.yaml index 3629a26..c047182 100644 --- a/.github/workflows/ci-go-unit-tests.yaml +++ b/.github/workflows/ci-go-unit-tests.yaml @@ -10,6 +10,8 @@ on: paths: - "**/*.go" - "**/go.mod" + - "**/go.sum" + - "**/*.md" - .github/workflows/* permissions: