chore: Bump version to 0.46.0
Updated all component versions: - bd CLI: 0.45.0 → 0.46.0 - Plugin: 0.45.0 → 0.46.0 - MCP server: 0.45.0 → 0.46.0 - npm package: 0.45.0 → 0.46.0 - Documentation: 0.45.0 → 0.46.0 Changes in 0.46.0: - Custom type support in beads config.yaml (bd-649s) - Gas Town types extraction into beads core (bd-i54l) - Gate workflow discovery improvements (bd-m8ew)
This commit is contained in:
committed by
Steve Yegge
parent
4440f9e8cb
commit
812f4e5297
@@ -296,6 +296,15 @@ type VersionChange struct {
|
||||
|
||||
// versionChanges contains agent-actionable changes for recent versions
|
||||
var versionChanges = []VersionChange{
|
||||
{
|
||||
Version: "0.46.0",
|
||||
Date: "2026-01-06",
|
||||
Changes: []string{
|
||||
"NEW: Custom type support - Configure custom issue types in config.yaml (bd-649s)",
|
||||
"NEW: Gas Town types extraction - Core Gas Town types in beads package (bd-i54l)",
|
||||
"FIX: Gate workflow discovery - Better matching of GitHub Actions runs (bd-m8ew)",
|
||||
},
|
||||
},
|
||||
{
|
||||
Version: "0.45.0",
|
||||
Date: "2026-01-06",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.45.0
|
||||
# bd-hooks-version: 0.46.0
|
||||
#
|
||||
# bd (beads) post-checkout hook - thin shim
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.45.0
|
||||
# bd-hooks-version: 0.46.0
|
||||
#
|
||||
# bd (beads) post-merge hook - thin shim
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.45.0
|
||||
# bd-hooks-version: 0.46.0
|
||||
#
|
||||
# bd (beads) pre-commit hook - thin shim
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# bd-shim v1
|
||||
# bd-hooks-version: 0.45.0
|
||||
# bd-hooks-version: 0.46.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.45.0"
|
||||
Version = "0.46.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