Skip to content

Release 0.34.3: ship the embedded-SQLite fix (0.34.2 was already taken) - #153

Merged
M0LTE merged 1 commit into
masterfrom
claude/release-0-34-3
Jun 21, 2026
Merged

Release 0.34.3: ship the embedded-SQLite fix (0.34.2 was already taken)#153
M0LTE merged 1 commit into
masterfrom
claude/release-0-34-3

Conversation

@M0LTE

@M0LTE M0LTE commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

Why

The embedded-SQLite single-file fix (#151) bumped to 0.34.2, but a v0.34.2 tag/release already existed — a manual release (uploader M0LTE, 2026-06-17) of the node-owned-callsign build, carrying pre-fix binaries, while master's version file had stayed at 0.34.1.

So the master run after merging #151 hit CI's release-already-exists guard:

version: 0.34.2
Release v0.34.2 already exists - skipping release.

build/release were skipped — the SQLite fix is on master but never published, and install.sh's releases/latest still points at the broken v0.34.2 binary.

Change

Bump <Version> to 0.34.3 (next free version — highest existing tag is v0.34.2) so CI builds the 5-RID matrix and publishes a real v0.34.3 release containing the embedded-SQLite fix. That release becomes latest, 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

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
@M0LTE
M0LTE merged commit 58a5db3 into master Jun 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants