chore: Bump version to 0.26.2
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -287,6 +287,15 @@ type VersionChange struct {
|
||||
|
||||
// versionChanges contains agent-actionable changes for recent versions
|
||||
var versionChanges = []VersionChange{
|
||||
{
|
||||
Version: "0.26.2",
|
||||
Date: "2025-11-29",
|
||||
Changes: []string{
|
||||
"FIX (bd-f2f): Hash-based staleness detection prevents stale DB from corrupting JSONL",
|
||||
"Detects content differences even when issue counts match between DB and JSONL",
|
||||
"Computes SHA256 hash of JSONL content to detect mismatches missed by count-based checks",
|
||||
},
|
||||
},
|
||||
{
|
||||
Version: "0.26.1",
|
||||
Date: "2025-11-29",
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
var (
|
||||
// Version is the current version of bd (overridden by ldflags at build time)
|
||||
Version = "0.26.1"
|
||||
Version = "0.26.2"
|
||||
// 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