From f2f206788e647068353d241beeed095679dac195 Mon Sep 17 00:00:00 2001 From: MrFlounder Date: Wed, 11 Mar 2026 13:32:08 -0700 Subject: [PATCH] chore: release 0.13.0 Features since 0.12.0: - Agent-agnostic support (Claude Code + Codex CLI) - `crab agent sync` for cross-agent config migration - `crab env snapshot/restore` for machine migration - Bats unit test framework + CI Co-Authored-By: Claude Opus 4.6 --- src/crabcode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crabcode b/src/crabcode index d98952a..2f2c02d 100755 --- a/src/crabcode +++ b/src/crabcode @@ -27,7 +27,7 @@ set -e -VERSION="0.12.0" # x-release-please-version +VERSION="0.13.0" # x-release-please-version CONFIG_DIR="$HOME/.crabcode" CONFIG_FILE="$CONFIG_DIR/config.yaml" WIP_BASE="$CONFIG_DIR/wip"