Align release date surfaces with the actual intended UTC tag
date. We had baked in 2026-06-09 as a conservative placeholder;
we are ready to tag today (2026-06-08 UTC), so the release record
should say 2026-06-08 to maintain the no-drift invariant
(surfaces == actual UTC tag date).
The placeholder occurs in four locations across three files:
- CHANGELOG.md top metadata Date and [4.1.1] section heading
- README.md top metadata Date
- config/README.md top metadata Date
This is the corrected pre-tag PR. The annotated v4.1.1 tag will
be created on the squash-merge commit produced by THIS PR (which
will replace the prior tag-target SHA 53d5374), after explicit
owner + Codex authorization.
Scope: CHANGELOG.md, README.md, config/README.md (date-only). No
version-surface changes; no source/test/formal-doc/CI changes;
no tag, GitHub Release, alr publish, or dependency unpinning in
this commit.
Refs: adafmt#42
Summary
Date-correction slice of the functional publishability repair
sequence. Aligns the release-date surfaces with the actual UTC
tag date.
The earlier F2-tag-prep PR (#8) baked in 2026-06-09 as a
conservative placeholder target. The release-process invariant is
release date surfaces == actual UTC tag date, not a fixed
calendar target. Since we're ready to tag today (2026-06-08
UTC), the surfaces are corrected to match.
Scope is deliberately 3 files, 4 date swaps — reversible, no
release execution.
This is the corrected pre-tag PR. The annotated v4.1.1 tag will
be created on the squash-merge commit produced by THIS PR — which
will replace the prior planned tag-target SHA 53d5374 — after
explicit owner + Codex authorization. No tag, GitHub Release,
or alr publish is performed in or by this PR.
Commit map
Diff total: 3 files, +4 / -4.
What the change does (mechanical)
Four date swaps (2026-06-09 → 2026-06-08):
No other files touched.
Position in the publishability sequence
This PR is F2-tag-date in the Codex-reviewed sequence:
produced by this PR (separate gate; first irreversible-ish step)
Each subsequent gate is owner-authorized and Codex-reviewed
independently. The prior tag-gate snapshot (which named SHA
53d5374 and date 2026-06-09) is now stale and must be
regenerated after this PR merges.
What this PR does NOT do
src/version/functional-version.ads remain at 4.1.1.
Validation (performed before PR open)
Required local checks (all green):
returns empty across the entire repo.
(CHANGELOG ×2, README ×1, config/README ×1).
functional-version.ads still 4.1.1.
zero git@github.com: occurrences.
no community-index manifest.
Follow-ups deliberately deferred
squash-merge SHA produced by THIS PR. Separately gated with
its own Codex review at tag-push time. Tag target SHA will be
regenerated; the prior 53d5374-targeted snapshot is stale.
once the alire-index PR opens.
Refs: adafmt#42