Skip to content
Merged
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and could stop an installed copy from updating.

## [Unreleased]

## [0.9.0] - 2026-07-23

### Added

- **`rigging` service containers take an optional `database` name.**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ other change.

## Status

**v0.8.1.** All six plugins have shipped and version in lockstep. Everything
**v0.9.0.** All six plugins have shipped and version in lockstep. Everything
before 0.3.0 was pre-release; see the [CHANGELOG](CHANGELOG.md).

`rigging` now drives pnpm, yarn (both majors), and bun — not just npm — takes a
Expand Down
2 changes: 1 addition & 1 deletion plugins/ballast/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ballast",
"displayName": "ballast",
"version": "0.8.1",
"version": "0.9.0",
"description": "Configures the pytest runner: renders pytest.ini from .ballast.json so tests resolve and collect correctly.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/ballast/ballast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion plugins/bosun/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bosun",
"displayName": "bosun",
"version": "0.8.1",
"version": "0.9.0",
"description": "Authors a Dependabot config (.github/dependabot.yml) to keep a repo's dependencies updated.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/bosun/bosun/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion plugins/hull/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hull",
"displayName": "hull",
"version": "0.8.1",
"version": "0.9.0",
"description": "Authors a secret-scanning CI workflow (gitleaks or trufflehog) for a repo.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/hull/hull/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion plugins/keel/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keel",
"displayName": "keel",
"version": "0.8.1",
"version": "0.9.0",
"description": "Guides a project's git lifecycle: start work, land it, ship it.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/keel/keel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion plugins/rigging/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rigging",
"displayName": "rigging",
"version": "0.8.1",
"version": "0.9.0",
"description": "Authors CI pipelines: detects a repo's stack and scaffolds a safe GitHub Actions workflow.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/rigging/rigging/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion plugins/stow/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stow",
"displayName": "stow",
"version": "0.8.1",
"version": "0.9.0",
"description": "Outfits a repo's baseline files: manages .gitignore sections per detected stack, updatable in place.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/stow/stow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"