a73x

b214af9e

release: v0.0.1-12-pre2

a73x   2026-08-21 08:33

Commit message
release: v0.0.1-12-pre2

Pre-release for a field trial before the branch merges: static musl, one
tarball, built by make release. pre1 existed for an afternoon and was
deleted — it shipped bare binaries that arrive 0644, so the remote muxd
would not exec, and it kept -A silently when no agent was running.

build.zig
Old New
@@ -547,7 +547,7 @@ comptime {
547 547
548 pub fn build(b: *std.Build) void { 548 pub fn build(b: *std.Build) void {
549 // Single source for both binaries' --version. Bumped at tag time. 549 // Single source for both binaries' --version. Bumped at tag time.
550 const version = "0.0.1-11"; 550 const version = "0.0.1-12-pre2";
551 const version_opts = b.addOptions(); 551 const version_opts = b.addOptions();
552 version_opts.addOption([]const u8, "version", version); 552 version_opts.addOption([]const u8, "version", version);
553 553