From 2aa068c326fabbf6064b4fdf8fb096f694e3f526 Mon Sep 17 00:00:00 2001 From: Steve Manicdote Date: Wed, 29 Jul 2026 09:22:41 -0700 Subject: [PATCH] chore(release): 0.10.0 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ plugins/ballast/.claude-plugin/plugin.json | 2 +- plugins/ballast/ballast/__init__.py | 2 +- plugins/bosun/.claude-plugin/plugin.json | 2 +- plugins/bosun/bosun/__init__.py | 2 +- plugins/hull/.claude-plugin/plugin.json | 2 +- plugins/hull/hull/__init__.py | 2 +- plugins/keel/.claude-plugin/plugin.json | 2 +- plugins/keel/keel/__init__.py | 2 +- plugins/rigging/.claude-plugin/plugin.json | 2 +- plugins/rigging/rigging/__init__.py | 2 +- plugins/stow/.claude-plugin/plugin.json | 2 +- plugins/stow/stow/__init__.py | 2 +- 13 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8e72a..ec331fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and could stop an installed copy from updating. ## [Unreleased] +## [0.10.0] - 2026-07-29 + ### Added - **`rigging` node workflows cache the package manager's store.** The diff --git a/plugins/ballast/.claude-plugin/plugin.json b/plugins/ballast/.claude-plugin/plugin.json index 72038d8..6015d17 100644 --- a/plugins/ballast/.claude-plugin/plugin.json +++ b/plugins/ballast/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ballast", "displayName": "ballast", - "version": "0.9.0", + "version": "0.10.0", "description": "Configures the pytest runner: renders pytest.ini from .ballast.json so tests resolve and collect correctly.", "license": "MIT", "keywords": [ diff --git a/plugins/ballast/ballast/__init__.py b/plugins/ballast/ballast/__init__.py index 3e2f46a..61fb31c 100644 --- a/plugins/ballast/ballast/__init__.py +++ b/plugins/ballast/ballast/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" diff --git a/plugins/bosun/.claude-plugin/plugin.json b/plugins/bosun/.claude-plugin/plugin.json index e630154..9889987 100644 --- a/plugins/bosun/.claude-plugin/plugin.json +++ b/plugins/bosun/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "bosun", "displayName": "bosun", - "version": "0.9.0", + "version": "0.10.0", "description": "Authors a Dependabot config (.github/dependabot.yml) to keep a repo's dependencies updated.", "license": "MIT", "keywords": [ diff --git a/plugins/bosun/bosun/__init__.py b/plugins/bosun/bosun/__init__.py index 3e2f46a..61fb31c 100644 --- a/plugins/bosun/bosun/__init__.py +++ b/plugins/bosun/bosun/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" diff --git a/plugins/hull/.claude-plugin/plugin.json b/plugins/hull/.claude-plugin/plugin.json index 3ccb8de..a89b283 100644 --- a/plugins/hull/.claude-plugin/plugin.json +++ b/plugins/hull/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hull", "displayName": "hull", - "version": "0.9.0", + "version": "0.10.0", "description": "Authors a secret-scanning CI workflow (gitleaks or trufflehog) for a repo.", "license": "MIT", "keywords": [ diff --git a/plugins/hull/hull/__init__.py b/plugins/hull/hull/__init__.py index 3e2f46a..61fb31c 100644 --- a/plugins/hull/hull/__init__.py +++ b/plugins/hull/hull/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" diff --git a/plugins/keel/.claude-plugin/plugin.json b/plugins/keel/.claude-plugin/plugin.json index 63a4150..92aaeff 100644 --- a/plugins/keel/.claude-plugin/plugin.json +++ b/plugins/keel/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "keel", "displayName": "keel", - "version": "0.9.0", + "version": "0.10.0", "description": "Guides a project's git lifecycle: start work, land it, ship it.", "license": "MIT", "keywords": [ diff --git a/plugins/keel/keel/__init__.py b/plugins/keel/keel/__init__.py index 3e2f46a..61fb31c 100644 --- a/plugins/keel/keel/__init__.py +++ b/plugins/keel/keel/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" diff --git a/plugins/rigging/.claude-plugin/plugin.json b/plugins/rigging/.claude-plugin/plugin.json index 70e9bfe..d471f0e 100644 --- a/plugins/rigging/.claude-plugin/plugin.json +++ b/plugins/rigging/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "rigging", "displayName": "rigging", - "version": "0.9.0", + "version": "0.10.0", "description": "Authors CI pipelines: detects a repo's stack and scaffolds a safe GitHub Actions workflow.", "license": "MIT", "keywords": [ diff --git a/plugins/rigging/rigging/__init__.py b/plugins/rigging/rigging/__init__.py index 3e2f46a..61fb31c 100644 --- a/plugins/rigging/rigging/__init__.py +++ b/plugins/rigging/rigging/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" diff --git a/plugins/stow/.claude-plugin/plugin.json b/plugins/stow/.claude-plugin/plugin.json index 215a53c..24195f4 100644 --- a/plugins/stow/.claude-plugin/plugin.json +++ b/plugins/stow/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "stow", "displayName": "stow", - "version": "0.9.0", + "version": "0.10.0", "description": "Outfits a repo's baseline files: manages .gitignore sections per detected stack, updatable in place.", "license": "MIT", "keywords": [ diff --git a/plugins/stow/stow/__init__.py b/plugins/stow/stow/__init__.py index 3e2f46a..61fb31c 100644 --- a/plugins/stow/stow/__init__.py +++ b/plugins/stow/stow/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0"