| | @@ -165,7 +165,12 @@ not see each other agreed on URL shapes because the shapes were written down in |
| 165 | 165 | **Released as 0.3.0 (2026-09-06)** — the first version carrying the section 1 wave. |
| 166 | 166 | No migrations between 0.2.0 and 0.3.0, so the two binaries share a database and |
| 167 | 167 | `deploy.sh`'s rollback is a real one. First Linux release build with `syntect` and |
| 168 | | −`two-face`; both are pure Rust behind the fancy-regex features. |
| 168 | +`two-face`; both are pure Rust behind the fancy-regex features — the bullseye container |
| 169 | +build took ~2 minutes and needed no changes. Deployed 2026-09-06 12:07 UTC+1, health |
| 170 | +check passed first time. Probed live afterwards: landing, branches, tags, search, log, |
| 171 | +commit and compare all under 0.25 s; the 113 KB `git_query.rs` blob and its blame both |
| 172 | +~0.65 s (highlighting, uncached, on the Lightsail box); `archive/main.tar.gz` answers with |
| 173 | +the sha as `ETag`; an unknown repository 404s. |
| 169 | 174 | |
| 170 | 175 | ### Milestone 0 — Skeleton · done |
| 171 | 176 | |