From 7ffa1605f42a3085a6bcbb80087b87d7c1c4d6c0 Mon Sep 17 00:00:00 2001 From: bobbin/crew/strider Date: Mon, 29 Jun 2026 13:40:18 -0400 Subject: [PATCH] chore: bump version 0.4.0 -> 0.5.0 for release Many new features since 0.4.0 (coupling, coverage, causality, bead indexing, configurable chunking). Tag v0.5.0 so ops verifies the deploy by version, not just sha. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01AdgxbhR39MuL7qwHP8vhFT --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1567d3..ff7b18c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bobbin" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Bobbin Team"] description = "Local-first context injection engine for AI coding agents"