Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "4.3.1",
"go": "0.2.0"
"ts": "4.3.2",
"go": "0.3.0"
}
8 changes: 8 additions & 0 deletions go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 7 additions & 0 deletions ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down