chore: update version strings to 0.27.2 in hooks and changelog

This commit is contained in:
Steve Yegge
2025-11-30 21:30:39 -08:00
parent a1a65e66ed
commit ff1d94ad41
5 changed files with 14 additions and 4 deletions

View File

@@ -287,6 +287,16 @@ type VersionChange struct {
// versionChanges contains agent-actionable changes for recent versions
var versionChanges = []VersionChange{
{
Version: "0.27.2",
Date: "2025-11-30",
Changes: []string{
"CRITICAL: Mass database deletion protection - Safety guard prevents purging entire DB on JSONL reset (bd-t5m)",
"Fresh Clone Initialization - bd init auto-detects prefix from existing JSONL, works without --prefix flag (bd-4h9)",
"3-Character Hash Support - ExtractIssuePrefix now handles base36 hashes 3+ chars (#425)",
"Import Warnings - New warning when issues skipped due to deletions manifest (bd-4zy)",
},
},
{
Version: "0.27.1",
Date: "2025-11-30",

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.27.1
# bd-hooks-version: 0.27.2
#
# bd (beads) post-checkout hook
#

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.27.1
# bd-hooks-version: 0.27.2
#
# bd (beads) post-merge hook
#

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.27.1
# bd-hooks-version: 0.27.2
#
# bd (beads) pre-commit hook
#

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.27.1
# bd-hooks-version: 0.27.2
#
# bd (beads) pre-push hook
#