conductor

CI task system
git clone git://git.finwo.net/app/conductor
Log | Files | Refs | README | LICENSE

commit 5ab40b5f5ebc8b88d982764d554f657447668d5e
parent ec8b30c68cb2fd243bd1b9e33037555a438bb921
Author: finwo <finwo@pm.me>
Date:   Sun, 20 Sep 2026 03:45:21 +0200

Release 0.3.1

Diffstat:
Mdeploy/hub/conductor-worker.md | 2+-
Mdeploy/hub/conductor.md | 2+-
Mpackage.json | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deploy/hub/conductor-worker.md b/deploy/hub/conductor-worker.md @@ -11,7 +11,7 @@ Source and issues: https://github.com/finwo/conductor | Tag | What it is | | ---------------- | ------------------------------------------ | | `latest` | the most recent release | -| `0.3.0` | an exact version | +| `0.3.1` | an exact version | | `0.3` | the latest patch of that minor series | | `<commit>` | an exact build from main, twelve hex chars | diff --git a/deploy/hub/conductor.md b/deploy/hub/conductor.md @@ -10,7 +10,7 @@ Source and issues: https://github.com/finwo/conductor | Tag | What it is | | ---------------- | ------------------------------------------ | | `latest` | the most recent release | -| `0.3.0` | an exact version | +| `0.3.1` | an exact version | | `0.3` | the latest patch of that minor series | | `<commit>` | an exact build from main, twelve hex chars | diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "conductor", - "version": "0.3.0", + "version": "0.3.1", "description": "Stand-alone CI system: in-repo pipelines, containerised jobs, pull-based workers", "type": "module", "main": "src/conductor/index.js",