From 1b394dde186bf89d47a655601d286b28d6ac7d66 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Tue, 22 Sep 2026 14:35:28 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.6.1=20=E2=80=94=20the=20wr?= =?UTF-8?q?ong-shaped=20answer=20no=20longer=20500s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch, agent discretion. Bundles the pre-existing render-time 500 on the gallery and marks pages, closed at the hydration boundary, plus the `_safe_fragments` handler that could not survive the failure it was handling. 611 tests. --- ROADMAP.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index f2f31b4..63afd2d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,7 @@ # The Booth — roadmap Design: [`docs/design/information-architecture.md`](docs/design/information-architecture.md). -Current version: `0.6.0` (U1 through U6 landed; extracted from eshpfi 2026-09-21). +Current version: `0.6.1` (U1 through U6 landed; extracted from eshpfi 2026-09-21). ## v1 target diff --git a/pyproject.toml b/pyproject.toml index ff32902..b5b9763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "booth" -version = "0.6.0" +version = "0.6.1" description = "The Booth — a dead-simple standing web server that scans a data dir of drop-folders and renders each as an ephemeral media 'booth' (image/webm/audio auto-gallery, or a folder's own index.html verbatim). Also accepts browser/curl uploads for pickup under a human-readable id. 24h TTL, then the folder is wiped. Fleet tool for CC sessions to surface A/B and smoke results to the operator." requires-python = ">=3.11" dependencies = [