chore(release): v1.0.0 — the first stable release (M7.7)#60
Merged
Conversation
Closes ROADMAP item 7.7 and Milestone 7. - version.hpp bumped to MAJOR=1 MINOR=0 PATCH=0, VERSION_STRING "1.0.0"; the pool_smoke version-check TEST_CASE asserts the new components (verified locally: pool_smoke passes). - CHANGELOG.md [Unreleased] rolled into a sealed [1.0.0] — 2026-06-14 block (the M7.3 v1.0.0 headline finalized + the M7.1–M7.6 subsections); fresh empty [Unreleased] restored; bottom link references rewritten ([Unreleased] -> compare/v1.0.0...HEAD, new [1.0.0] -> releases/tag/v1.0.0). - docs/releases/v1.0.0.md added — the human-prose release notes release.yml uses as the GitHub Release body. - README badge (v0.6.0 observability -> v1.0.0 stable), status paragraph, and milestone table (M7 -> complete, M8 -> next) refreshed. - ROADMAP 7.7 flipped + a v1.0.0 session checkpoint. The public C ABI and C++ surface are frozen here under the SemVer 1.0 promise. After this merges, the agent tags v1.0.0 from master (ADR-0008) and the maintainer clicks Publish on the draft GitHub Release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Closes ROADMAP item 7.7 and Milestone 7 — the release PR that cuts
v1.0.0, the first stable release. Bumps the version, seals the CHANGELOG, drafts the release notes, and refreshes the README. The public C ABI and C++ surface are frozen here under the SemVer 1.0 promise.Motivation
Milestones 0–6 built and verified the pool; Milestone 7 polished it (docs site, README, packaging, audits) and accepted it against the spec (M7.6 / ADR-0029). M7.7 is the release ritual per ADR-0004 §2.
Changes
version.hpp→MAJOR=1 MINOR=0 PATCH=0,VERSION_STRING "1.0.0"; thepool_smokeversion-checkTEST_CASEasserts the new components.CHANGELOG.md—[Unreleased]rolled into a sealed## [1.0.0] — 2026-06-14block (the M7.3 v1.0.0 headline, finalized, + the M7.1–M7.6 subsections); a fresh empty[Unreleased]restored; bottom link references rewritten ([Unreleased]→compare/v1.0.0...HEAD, new[1.0.0]→releases/tag/v1.0.0).docs/releases/v1.0.0.md— the human-prose release notesrelease.ymlconsumes as the GitHub Release body.README.md— status badge (greenv0.6.0 observability→ bright-greenv1.0.0 stable), status paragraph, and milestone table (M7 → ✅ complete, M8 → ⏳ next).ROADMAP.md— 7.7 flipped + a v1.0.0 session checkpoint.Design Patterns
Verification
pool_smokelocally (MSVC 19.51 + Ninja); the 1.0.0 version-checkTEST_CASEpasses, and CMake configuredproject(... VERSION 1.0.0)fromversion.hpp.clang-tidy/ ASan / UBSan / Valgrind — unaffected; no behavioural change.[1.0.0]/ ROADMAP anchors follow the workingv0.6.0precedent.Documentation Impact
[1.0.0]block.After merge (the release ritual)
v1.0.0frommaster(ADR-0008);release.ymlre-runs the matrix, builds the per-platformfind_package-ready tarballs +SHA256SUMS, and drafts the GitHub Release fromdocs/releases/v1.0.0.md.