From 7f11bcf55d242647489de649f67d9c86566f04e1 Mon Sep 17 00:00:00 2001 From: Ash Brener Date: Thu, 11 Jun 2026 13:18:28 +0200 Subject: [PATCH] chore(catalog): bump jira-sync to v0.2.1 (multi-spec + dry-run fixes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release over v0.2.0. Fixes the multi-spec phase-Subtask identity collision (#10) — the cataloged v0.2.0 still carries it — plus the empty taskList 400 guard, field-level write error detail, and the dry-run of an unmirrored spec spuriously exiting 3 (#9). Updates the jira-sync entry version and download_url (.zip, installer is ZIP-only). --- extensions/catalog.community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 7f0629d4a2..2a9642e459 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1294,8 +1294,8 @@ "id": "jira-sync", "description": "An idempotent, drift-aware, fail-closed reconcile engine that mirrors spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase).", "author": "Ash Brener", - "version": "0.2.0", - "download_url": "https://github.com/ashbrener/spec-kit-jira-sync/archive/refs/tags/v0.2.0.zip", + "version": "0.2.1", + "download_url": "https://github.com/ashbrener/spec-kit-jira-sync/archive/refs/tags/v0.2.1.zip", "repository": "https://github.com/ashbrener/spec-kit-jira-sync", "homepage": "https://github.com/ashbrener/spec-kit-jira-sync", "documentation": "https://github.com/ashbrener/spec-kit-jira-sync/blob/main/README.md",