chore(release): v1.0.1 — packaging patch (vcpkg + Conan)#63
Merged
Conversation
A PATCH over the frozen v1.0.0 API, cut by maintainer request to ship the M7.8 vcpkg port + M7.9 Conan recipe as a tagged release. - version.hpp -> 1.0.1; pool_smoke version-check updated (verified locally: pool_smoke passes). - CHANGELOG.md [Unreleased] (M7.8 + M7.9) rolled into [1.0.1] — 2026-06-14 with a packaging-patch headline; fresh empty [Unreleased]; link references rewritten ([Unreleased] -> compare/v1.0.1...HEAD, new [1.0.1] -> releases/tag/v1.0.1). - docs/releases/v1.0.1.md added (release.yml body). - README badge (v1.0.0 -> v1.0.1) + a status patch note. - ROADMAP session checkpoint for the patch. Chosen as 1.0.1 (not 1.1.0): the shipped library is byte-identical to v1.0.0 — only repository-side packaging metadata was added — and Milestone 8 still closes at v1.1.0. After this merges, the agent tags v1.0.1 and the maintainer publishes. 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
Release PR for
v1.0.1— a packaging patch over the frozenv1.0.0API. It bundles the post-1.0 packaging additions (the M7.8 vcpkg port + the M7.9 Conan recipe) into a tagged release. Cut by maintainer request.Why a
PATCH(1.0.1), not aMINOR(1.1.0)The changes since
v1.0.0are additive in Keep-a-Changelog terms, but the shipped library is byte-identical tov1.0.0— no source, public-API, ABI, or behaviour change; only repository-side packaging metadata (ports/,conan/) was added. So1.0.1is defensible, and it keeps the Milestone 8 close targeted atv1.1.0. (If you'd rather ship this as1.1.0, say so and I'll re-cut.)Changes
version.hpp→1.0.1; thepool_smokeversion-checkTEST_CASEasserts the new components (verified locally —pool_smokepasses).CHANGELOG.md[Unreleased](M7.8 + M7.9) rolled into## [1.0.1] — 2026-06-14with a packaging-patch headline; fresh empty[Unreleased]; link references rewritten.docs/releases/v1.0.1.md— the release notesrelease.ymluses as the GitHub Release body.v1.0.0→v1.0.1) + a one-paragraph patch note.Verification
pool_smokebuilt and run locally (MSVC 19.51 + Ninja) — the 1.0.1 version assertions pass; CMake configuredproject(... VERSION 1.0.1).v1.0.0.[1.0.1]anchor follows thev1.0.0precedent.Documentation Impact
[1.0.1]block.After merge
The agent tags
v1.0.1frommaster(ADR-0008);release.ymlbuilds the per-platform tarballs +SHA256SUMSand drafts the Release fromdocs/releases/v1.0.1.md; the maintainer clicks Publish.