From 145acb8cf2c01ef840b102cf1a9ea77bc8518840 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 23 Jul 2026 19:09:39 +1200 Subject: [PATCH] chore: release 0.10.1 GitHub's cached source archive for the 0.10.0 commit (fc6e786) is truncated: it has no end-of-central-directory record, so every consumer resolving the Packagist dist URL gets an unopenable zip and composer install fails with ZipArchive error 35. The corruption is server-side and reproducible across fetches, and archives are keyed by commit sha, so re-tagging fc6e786 would serve the same broken artifact. This commit exists only to produce a new sha to tag, so 0.10.1 gets a freshly generated archive. No code changes. Co-Authored-By: Claude Opus 4.8