From 3bca595747f816771ab9fbea72877d679a453c71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:25:05 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- go/CHANGELOG.md | 8 ++++++++ ts/CHANGELOG.md | 7 +++++++ ts/package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 01ab9e3..b9d5bd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "ts": "4.3.1", - "go": "0.2.0" + "ts": "4.3.2", + "go": "0.3.0" } diff --git a/go/CHANGELOG.md b/go/CHANGELOG.md index adab6bd..754d075 100644 --- a/go/CHANGELOG.md +++ b/go/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/thalesraymond/task-runner/compare/v0.2.0...v0.3.0) (2026-06-15) + + +### Features + +* 🎸 02-graph-validation-and-utilities ([#467](https://github.com/thalesraymond/task-runner/issues/467)) ([17303db](https://github.com/thalesraymond/task-runner/commit/17303db92e3c696c6689924ce4e258458881db42)) +* 03 event system and plugin architecture ([#468](https://github.com/thalesraymond/task-runner/issues/468)) ([44ac0aa](https://github.com/thalesraymond/task-runner/commit/44ac0aa4c4eb140588a110512af117b49d66f140)) + ## [0.2.0](https://github.com/thalesraymond/task-runner/compare/v0.1.0...v0.2.0) (2026-06-14) diff --git a/ts/CHANGELOG.md b/ts/CHANGELOG.md index a319ee1..9bebe53 100644 --- a/ts/CHANGELOG.md +++ b/ts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.2](https://github.com/thalesraymond/task-runner/compare/task-runner-v4.3.1...task-runner-v4.3.2) (2026-06-15) + + +### Performance Improvements + +* iterate using Object.entries in TaskRunnerBuilder ([#463](https://github.com/thalesraymond/task-runner/issues/463)) ([b7132c4](https://github.com/thalesraymond/task-runner/commit/b7132c4048394b52f4d061a287b9deebf0791b52)) + ## [4.3.1](https://github.com/thalesraymond/task-runner/compare/task-runner-v4.3.0...task-runner-v4.3.1) (2026-06-14) diff --git a/ts/package.json b/ts/package.json index 6728531..375bb90 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@calmo/task-runner", - "version": "4.3.1", + "version": "4.3.2", "description": "A lightweight, type-safe, and domain-agnostic task orchestration engine. It resolves a Directed Acyclic Graph (DAG) of steps, executes independent tasks in parallel, and manages a shared context across the pipeline.", "repository": { "type": "git",