chore: Bump version to 0.47.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
8c04eb7e7f
commit
f459ec2913
@@ -296,6 +296,27 @@ type VersionChange struct {
|
||||
|
||||
// versionChanges contains agent-actionable changes for recent versions
|
||||
var versionChanges = []VersionChange{
|
||||
{
|
||||
Version: "0.47.0",
|
||||
Date: "2026-01-11",
|
||||
Changes: []string{
|
||||
"NEW: Pull-first sync with 3-way merge - Reconciles local/remote before push (#918)",
|
||||
"NEW: bd resolve-conflicts command - Mechanical JSONL conflict resolution (bd-7e7ddffa)",
|
||||
"NEW: bd create --dry-run - Preview issue creation without side effects (bd-0hi7)",
|
||||
"NEW: bd ready --gated - Find molecules waiting on gates (bd-lhalq)",
|
||||
"NEW: Gate auto-discovery - Auto-discover workflow run ID in bd gate check (bd-fbkd)",
|
||||
"NEW: Multi-repo custom types - bd doctor discovers types across repos (bd-62g22)",
|
||||
"NEW: Stale DB handling - Read-only commands auto-import on stale DB (#977, #982)",
|
||||
"NEW: Linear project filter - linear.project_id config for sync (#938)",
|
||||
"FIX: Windows infinite loop in findLocalBeadsDir (GH#996)",
|
||||
"FIX: bd init hangs on Windows when not in git repo (#991)",
|
||||
"FIX: Daemon socket for deep paths - Long workspace paths now work (GH#1001)",
|
||||
"FIX: Prevent closing issues with open blockers (GH#962)",
|
||||
"FIX: bd edit parses EDITOR with args (GH#987)",
|
||||
"FIX: Worktree/redirect handling - Skip restore when redirected (bd-lmqhe)",
|
||||
"CHANGE: Daemon CLI refactored to subcommands (#1006)",
|
||||
},
|
||||
},
|
||||
{
|
||||
Version: "0.46.0",
|
||||
Date: "2026-01-06",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.46.0
|
||||
# bd-hooks-version: 0.47.0
|
||||
#
|
||||
# bd (beads) post-checkout hook - thin shim
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.46.0
|
||||
# bd-hooks-version: 0.47.0
|
||||
#
|
||||
# bd (beads) post-merge hook - thin shim
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.46.0
|
||||
# bd-hooks-version: 0.47.0
|
||||
#
|
||||
# bd (beads) pre-commit hook - thin shim
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.46.0
|
||||
# bd-hooks-version: 0.47.0
|
||||
#
|
||||
# bd (beads) pre-push hook - thin shim
|
||||
#
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
var (
|
||||
// Version is the current version of bd (overridden by ldflags at build time)
|
||||
Version = "0.46.0"
|
||||
Version = "0.47.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)
|
||||
|
||||
Reference in New Issue
Block a user