chore: bump version to 0.31.0

This commit is contained in:
Steve Yegge
2025-12-20 17:00:16 -08:00
parent 9d19115357
commit 89e7b54f73
7 changed files with 24 additions and 6 deletions

View File

@@ -287,6 +287,24 @@ type VersionChange struct {
// versionChanges contains agent-actionable changes for recent versions
var versionChanges = []VersionChange{
{
Version: "0.31.0",
Date: "2025-12-20",
Changes: []string{
"NEW: bd defer/bd undefer commands - Deferred status for icebox issues (bd-4jr)",
"NEW: Agent audit trail - .beads/interactions.jsonl with bd audit record/label (GH#649)",
"NEW: Directory-aware label scoping for monorepos (GH#541) - Auto-filter by directory.labels config",
"NEW: Molecules catalog - Templates in separate molecules.jsonl with hierarchical loading",
"NEW: Git commit config - git.author and git.no-gpg-sign options (GH#600)",
"NEW: create.require-description config option (GH#596)",
"CHANGED: bd stats merged into bd status (GH#644) - stats is now alias, colorized output",
"CHANGED: Thin hook shims (GH#615) - Hooks delegate to bd hooks run, no more version drift",
"CHANGED: MCP context tool consolidation - set_context/where_am_i/init merged into single context tool",
"FIX: relates-to excluded from cycle detection (GH#661)",
"FIX: Doctor checks .local_version instead of deprecated LastBdVersion (GH#662)",
"FIX: Read-only gitignore in stealth mode prints manual instructions (GH#663)",
},
},
{
Version: "0.30.7",
Date: "2025-12-19",

View File

@@ -14,7 +14,7 @@ import (
var (
// Version is the current version of bd (overridden by ldflags at build time)
Version = "0.30.7"
Version = "0.31.0"
// Build can be set via ldflags at compile time
Build = "dev"
// Commit and branch the git revision the binary was built from (optional ldflag)