chore: bump version to v0.20.0 Structural intelligence UX overhaul: ambient panproto on every page, 5 new XRPC handlers, 6 new components, human-readable labels, schema health card, evolution sparkline, PR compatibility badge, branch comparison, file schema sidebar, dependency graph, structural search, migration impact analysis.
Author: Aaron Steven White
Commit
c202e5e8cecfb943496586c41d3b4a9918f390aeParent: 5d95fb48c6
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan2 files changed +4 -4
@@ -533,7 +533,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
533533 534534 [[package]] 535535 name = "cospan-appview" 536-version = "0.6.3" 536+version = "0.20.0" 537537 dependencies = [ 538538 "anyhow", 539539 "async-trait",
@@ -582,7 +582,7 @@ dependencies = [
582582 583583 [[package]] 584584 name = "cospan-codegen" 585-version = "0.6.3" 585+version = "0.20.0" 586586 dependencies = [ 587587 "anyhow", 588588 "panproto-check",
@@ -601,7 +601,7 @@ dependencies = [
601601 602602 [[package]] 603603 name = "cospan-node" 604-version = "0.6.3" 604+version = "0.20.0" 605605 dependencies = [ 606606 "anyhow", 607607 "async-trait",
@@ -7,7 +7,7 @@ members = [
77 resolver = "2" 88 99 [workspace.package] 10-version = "0.6.3" 10+version = "0.20.0" 1111 edition = "2024" 1212 license = "AGPL-3.0-or-later" 1313 repository = "https://github.com/cospan-dev/cospan"