chore(release): patch v4.1.1 tag date 2026-06-09#8
Merged
Conversation
Replace <YYYY-MM-DD pending tag> placeholders introduced by the F2 release-prep PR (#7) with the actual intended tag date 2026-06-09 UTC. 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 immediate pre-tag PR. The annotated v4.1.1 tag will be created on the squash-merge commit produced by this PR 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
F2-tag-prep slice of the functional publishability repair
sequence. Replaces the
<YYYY-MM-DD pending tag>placeholdersintroduced by F2 (#7) with the actual intended tag date
2026-06-09UTC.Scope is deliberately 3 files, 4 placeholder swaps —
reversible, no release execution.
This is the immediate pre-tag PR. The annotated
v4.1.1tagwill be created on the squash-merge commit produced by this PR,
after explicit owner + Codex authorization. No tag, GitHub
Release, or
alr publishis performed in or by this PR.Commit map
6340b24chore(release): patch v4.1.1 tag date 2026-06-09Diff total: 3 files, +4 / -4.
What the change does (mechanical)
Four placeholder swaps:
CHANGELOG.md**Date:** <YYYY-MM-DD pending tag><br>**Date:** 2026-06-09<br>CHANGELOG.md[4.1.1]section heading)## [4.1.1] - <YYYY-MM-DD pending tag>## [4.1.1] - 2026-06-09README.md**Date:** <YYYY-MM-DD pending tag><br>**Date:** 2026-06-09<br>config/README.md**Date:** <YYYY-MM-DD pending tag><br>**Date:** 2026-06-09<br>No other files touched.
Position in the publishability sequence
This PR is F2-tag-prep in the Codex-reviewed sequence:
.gitmodulesHTTPS repair (merged in fix(gitmodules): switch submodule URLs from SSH to HTTPS for publishability #6)4.1.1version-prep PR (merged in chore(release): prep v4.1.1 (publishability patch on the 4.1.0 line) #7)v4.1.1tag push (separate gate; firstirreversible-ish step in the F-sequence)
alr publish --skip-submitdry-run; review manifestalr publishsubmit to Alire community indexalr search --crates functional)3144709after the newfunctional version is consumable
Each subsequent gate is owner-authorized and Codex-reviewed
independently.
What this PR does NOT do
alr publish.alire.toml,test/alire.toml,src/version/functional-version.adsalready at4.1.1from F2;unchanged here.
.gitmodulesedit — F1 invariant maintained.src//test// formal-doc / Makefile / GPR / CI changes.3144709.Validation (performed before PR open)
Codex-mandated checks (all green):
git grep "YYYY-MM-DD pending tag"returns empty across the entire repo.
git grep -c "2026-06-09"returns 2 inCHANGELOG.md, 1 in README.md, 1 in config/README.md; total = 4
(matching the 4 placeholders that were replaced).
alire.toml/test/alire.toml/functional-version.adsstill4.1.1..gitmodulesURLs still HTTPS-only; zerogit@github.com:occurrences.alire.tomlhas zero[[pins]]blocks.v4.1.1matches
alire.tomlversion = "4.1.1".no community-index manifest.
alr buildin dev container — green, 0.32s, exit 0.Follow-ups deliberately deferred
v4.1.1tag push to origin. Separatelygated with its own Codex review at tag-push time. Tag is
created on the squash-merge commit produced by this PR, NOT on
the F2-tag-prep branch tip.
alr publish --skip-submit— Codex-reviewed before submit.Manifest must point at the exact
v4.1.1tag SHA (NOT a movingbranch), have no
[[pins]], nopath = ..., no SSH URLs.once the alire-index PR opens.
beyond
2026-06-09for any reason, file a follow-up CHANGELOG /README / config/README date patch before the tag gate. NO
tagging on a date that disagrees with the documented surfaces.
Refs: adafmt#42