chore: update version strings to 0.27.2 in hooks and changelog
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.27.1
|
||||
# bd-hooks-version: 0.27.2
|
||||
#
|
||||
# bd (beads) post-checkout hook
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.27.1
|
||||
# bd-hooks-version: 0.27.2
|
||||
#
|
||||
# bd (beads) post-merge hook
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.27.1
|
||||
# bd-hooks-version: 0.27.2
|
||||
#
|
||||
# bd (beads) pre-commit hook
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# bd-hooks-version: 0.27.1
|
||||
# bd-hooks-version: 0.27.2
|
||||
#
|
||||
# bd (beads) pre-push hook
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user