chore(release): bump version 1.0.0 -> 1.0.1 (first Alire-published release)#14
Merged
Conversation
…lease) Version-surface bump to prepare clara v1.0.1 as the first version intended for Alire community-index submission. v1.0.0 was tagged but not submitted after alr publish --skip-submit dry-run validation found SSH submodule URLs in .gitmodules (git@github.com:abitofhelp/...). The .gitmodules publishability repair was merged separately on main as ec80afd (PR #13). v1.0.1 is the first version with the HTTPS-repaired tree that will be submitted to the Alire community index. No source / API / behavior changes vs v1.0.0 -- only the publishability repair and this version-surface bump. Mirrors the functional v4.1.0 -> v4.1.1 pattern (functional#6 merged the HTTPS repair; functional v4.1.1 was first to be published, now LIVE on the Alire community index). Files changed (5): - alire.toml: version 1.0.0 -> 1.0.1. - test/alire.toml: version 1.0.0 -> 1.0.1. - src/version/clara-version.ads: Patch 0 -> 1; Version "1.0.0" -> "1.0.1". - test/unit/test_version.adb: Patch assertion 0 -> 1; Version assertion "1.0.0" -> "1.0.1"; Is_Stable assertion message updated. - CHANGELOG.md: top metadata Version 1.0.0 -> 1.0.1 and Date 2026-06-09 -> "<YYYY-MM-DD pending tag>" placeholder; new [1.0.1] section explaining the first-Alire-publication framing; [1.0.0] - 2026-06-09 history preserved verbatim. Validation (dev-container-ada-system-1): - alr build -- -XGNATCOLL_ICONV_OPT=: Success (0.38s for clara, 2.28s for test crate). - unit_runner: 124/124 PASS (same count as T1 / pre-bump baseline). - Root [[pins]] still absent (T1 PR #12 removal preserved). - Direct functional dependency remains "^4.0.0". - .gitmodules HTTPS-clean for both public helper submodules (PR #13 repair preserved). - v1.0.0 annotated tag intact at e3c24f4 -> 8b6ea3b (NOT re-pointed; pre-fix tree preserved per project rules). Refs: adafmt#42
abitofhelp
added a commit
that referenced
this pull request
Jun 10, 2026
) Tag-date prep slice for clara v1.0.1: replace both <YYYY-MM-DD pending tag> placeholders in CHANGELOG.md with the intended tag date 2026-06-09. CHANGELOG.md only, +2 / -2. Mirrors the T0 tag-date prep slice for v1.0.0 (PR #11 set [1.0.0] tag date to 2026-06-09). After this merges, the annotated v1.0.1 tag will be pushed against the resulting tree as a separate gate. Note: 2026-06-09 is the intended release/tag date by project convention (Eastern time). GitHub merge timestamps may show 2026-06-10T...Z due to UTC encoding; this does not change the CHANGELOG date. Audit trail: - Ruleset id: 13699088 (Lock all branches, active) - PR head SHA at merge: 79c2e8c - clara main pre-merge: dbcbeb0 - Diff: CHANGELOG.md only, +2 / -2 (exactly the two date placeholders) - alire.toml version remains "1.0.1" (from PR #14) - src/version/clara-version.ads remains Patch = 1, Version = "1.0.1" - Root [[pins]] count = 0 (T1 / PR #12 removal preserved) - functional = "^4.0.0" unchanged - .gitmodules HTTPS-clean (PR #13 preserved) - v1.0.0 tag preserved at e3c24f4 -> 8b6ea3b (NOT re-pointed) - v1.0.1 tag still absent (local + remote) - No GitHub Release on clara - alr publish not run (alire-index clara-1.0.1.toml 404) - clara#15 (test/config tracked-baseline drift) NOT addressed; remains open as separate follow-up - No changes to astengine/astfmt/adafmt/corpus_ada/hybrid_app_ada/ hybrid_lib_ada/tzif_ada/zoneinfo_ada 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
Slice F2-analog of the clara release sequence — version-surface bump from
1.0.0to1.0.1to prepare clarav1.0.1as the first version intended for Alire community-index submission.This is a doc/config slice only. No
src/API or behavior changes vsv1.0.0. Only the version surfaces flip across the 5 files listed below.Why
v1.0.1and not a re-tag ofv1.0.0?v1.0.0was tagged (e3c24f4→8b6ea3b) but not submitted to the Alire community index afteralr publish --skip-submitdry-run validation at G9-dry surfaced the SSH submodule URLs in.gitmodules:The
.gitmodulesHTTPS publishability repair was merged separately as #13 (commitec80afd, 2026-06-09); per project rules (no destructive git operations without explicit owner authorization), thev1.0.0annotated tag was preserved at the pre-fix tree rather than force-rewritten.v1.0.1is the first version with the HTTPS-repaired tree and will be the first version submitted to the Alire community index.This mirrors the
functionalv4.1.0 → v4.1.1 pattern exactly: functional#6 merged the HTTPS repair;functional v4.1.1(notv4.1.0) was the first version published to the Alire community index, where it is now LIVE.Commit map
1921fcechore(release): bump version 1.0.0 -> 1.0.1 (first Alire-published release)Diff total: 5 files, +48 / −9.
Version surfaces changed
CHANGELOG wording
Top-of-file metadata flips Version
1.0.0→1.0.1and Date2026-06-09→<YYYY-MM-DD pending tag>(placeholder; will be set in a separate tag-date-prep step before the annotatedv1.0.1tag, mirroring functional's F2-tag-prep / F2-tag-date pattern).New
[1.0.1]section added under[Unreleased], before the historical[1.0.0]entry. Verbatim heading + opening:The historical
[1.0.0] - 2026-06-09section is preserved verbatim below the new[1.0.1]section.Validation (performed before PR open, in
dev-container-ada-system-1)alr -n build -- -XGNATCOLL_ICONV_OPT=on clara rootSuccess: Build finished successfully in 0.38 seconds.alr -n build -- -XGNATCOLL_ICONV_OPT=on test crateSuccess: Build finished successfully in 2.28 seconds../bin/unit_runnerTest_Versionupdated to assert1.0.1and passes)[[pins]]in rootalire.tomlfunctional = "^4.0.0"unchanged.gitmodulesURLs HTTPS for both public helper submodulesv1.0.0annotated tag intact (e3c24f4->8b6ea3b)Position in the v1.0.1 release sequence
[1.0.0]tag-date prep (PR #11)[[pins]] functionalremoval (PR #12)27177524751v1.0.0tag pushede3c24f4->8b6ea3b)alr publish --skip-submitdry-run onv1.0.0tree.gitmodules).gitmodulesSSH → HTTPS repair (PR #13)ec80afd)[1.0.1]and top-of-file dates to the chosen tag datev1.0.1tag pushalr publish --skip-submitonv1.0.1treealr publishsubmit to alire-indexv1.0.1What this PR does NOT do
src/or production-code changes..gitmoduleschanges (the HTTPS repair landed in PR fix(gitmodules): switch submodule URLs from SSH to HTTPS for publishability #13).v1.0.0stays put;v1.0.1comes from a separate F2-tag step.alr publishrun.corpus_ada/ astfmt / adafmt / astengine repo changes.functionalrepo changes — thefunctional 4.1.1Alire crate is consumed as-is from the community index.clara main branch ruleset state
Expected: the
Lock all branchesruleset (id13699088) will auto-bypass oncreationat push, same pattern as PR #10 / #11 / #12 / #13. Merge will requiregh pr merge --adminwith an audit-trail body when authorized.Follow-ups deliberately deferred
[1.0.1]Date and top-of-file Date to the chosen tag date (<YYYY-MM-DD>).v1.0.1tag push.alr publish --skip-submitagainstv1.0.1tree.alr publishsubmit to the Alire community index. Irreversible.gh release create v1.0.1 --verify-tag.Refs: adafmt#42