From 22cf91b2925ddba1ff9e248c684f35e0c3d2a971 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 10:13:21 +0000 Subject: [PATCH] Release 0.34.3: ship the embedded-SQLite fix (0.34.2 was already taken) The embedded-SQLite single-file fix merged in #151 bumped to 0.34.2, but a v0.34.2 release/tag already existed (a manual release of the node-owned-callsign build, with pre-fix binaries). CI's release-already-exists guard correctly skipped, so the fix landed on master without publishing - and install.sh's "latest" still serves the broken binary. Bump to the next free version so CI cuts a real release carrying the SQLite fix. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01Q2kdbKAG4JQTLmf1eSuhtq --- src/dapps/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dapps/Directory.Build.props b/src/dapps/Directory.Build.props index 1497c81..d33edce 100644 --- a/src/dapps/Directory.Build.props +++ b/src/dapps/Directory.Build.props @@ -8,7 +8,7 @@ Release already exists for v$(Version). Bump this in the same PR as the change you want released. --> - 0.34.2 + 0.34.3