Release 0.34.3: ship the embedded-SQLite fix (0.34.2 was already taken) - #153
Merged
Conversation
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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Q2kdbKAG4JQTLmf1eSuhtq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The embedded-SQLite single-file fix (#151) bumped to
0.34.2, but av0.34.2tag/release already existed — a manual release (uploaderM0LTE, 2026-06-17) of the node-owned-callsign build, carrying pre-fix binaries, while master's version file had stayed at0.34.1.So the master run after merging #151 hit CI's release-already-exists guard:
build/releasewere skipped — the SQLite fix is on master but never published, andinstall.sh'sreleases/lateststill points at the brokenv0.34.2binary.Change
Bump
<Version>to0.34.3(next free version — highest existing tag isv0.34.2) so CI builds the 5-RID matrix and publishes a realv0.34.3release containing the embedded-SQLite fix. That release becomeslatest, so the one-liner installer serves the fixed binary.No code changes — version bump only. The actual fix rode in with #151.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Q2kdbKAG4JQTLmf1eSuhtq
Generated by Claude Code