Skip to content

Commit be8adac

Browse files
chore: bump fallback version to v0.16.0 for release
40 commits since v0.15.2 (2026-03-09): 20 fixes, 6 features, 7 chores, plus docs/tests. Minor bump because of the feature work (robot registry phase three, --graph-root subgraph triage, hybrid search with graph-aware ranking, heatmap controls + dynamic force layout, JSONL reader + IssueReader interface, bd workspace bridge). Notable user-facing fixes in this range: - #142 graph node side panel pins reliably on click (bv-142) - Spurious "Error handling --robot-*" banner on success (bv-142 follow-up) - Cache race hardening, deep-copy snapshot tree, CLI flag validation - XSS escape title, OPFS cache invalidation, cache-busting for Pages updates - JSONL tombstone filtering, SQLite DATETIME parsing, graph heatmap legend Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bfb1c7e commit be8adac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var version string
1414

1515
// fallback is the hardcoded version kept in sync with the latest release tag.
1616
// Used only when both ldflags and debug.ReadBuildInfo fail to provide a version.
17-
const fallback = "v0.15.2"
17+
const fallback = "v0.16.0"
1818

1919
// Version is the resolved application version, populated by init().
2020
var Version string

0 commit comments

Comments
 (0)