Skip to content

Commit b47b379

Browse files
MrFlounderclaude
andauthored
chore: release 0.13.0 (#60)
## Summary Bump version `0.12.0` → `0.13.0`. Features since 0.12.0: - Agent-agnostic support — Claude Code + Codex CLI (#52) - `crab agent sync` for cross-agent config migration (#55) - `crab env snapshot/restore` for machine migration (#57) - Bats unit test framework + CI (#52) - `crab court` fresh-start prompt fix (#54) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38d79d7 commit b47b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crabcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
set -e
2929

30-
VERSION="0.12.0" # x-release-please-version
30+
VERSION="0.13.0" # x-release-please-version
3131
CONFIG_DIR="$HOME/.crabcode"
3232
CONFIG_FILE="$CONFIG_DIR/config.yaml"
3333
WIP_BASE="$CONFIG_DIR/wip"

0 commit comments

Comments
 (0)