From aa818d5a9350d0b75b39c7aca154139e234359ba Mon Sep 17 00:00:00 2001 From: codex-bot-andresmgsl Date: Mon, 24 Aug 2026 13:22:48 +0000 Subject: [PATCH] release: assemble 0.6.2 changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ changelog.d/217.md | 3 --- changelog.d/229.md | 3 --- changelog.d/230.md | 3 --- changelog.d/235.md | 3 --- changelog.d/236.md | 3 --- changelog.d/246.md | 26 -------------------------- 7 files changed, 37 insertions(+), 41 deletions(-) delete mode 100644 changelog.d/217.md delete mode 100644 changelog.d/229.md delete mode 100644 changelog.d/230.md delete mode 100644 changelog.d/235.md delete mode 100644 changelog.d/236.md delete mode 100644 changelog.d/246.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8b246..0c201cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,43 @@ section is deliberately not carried — the tag published here is the one this section is the body of. Each sync updates this line (docs/UPSTREAM-SYNC.md, #200). +## 0.6.2 — 2026-08-24 + +### Changed + +- `upstream-0.6.1` was ported in #229: CONTRIBUTING routes the vendored set + through `docs/VENDORED.txt` — upstream#316 and upstream#311; BUILDER.md + scopes the green-check precondition to its act, upstream#330; RELEASES.md + adds the post-merge gate-member split, upstream#329 (#246). + +- `upstream-0.6.2` was ported in #229: BUILDER.md orders parked claims so an + operator-owned remainder parks the claim, never the handoff — upstream#336 + (#246). + +- `upstream-0.6.3` was ported in #230: release windows read `## Members` with + no gate fallback, carriers leave their own gates, stale board flags stay + silent — upstream#343 and upstream#327 — and the parser accepts CommonMark + rows (#246). + +- Upstream logic was ported onto this forge's Forgejo-adapted issue-flow + reconciler, test, and CONTRIBUTING; those files were never overwritten with + upstream bytes (#246). + +- Upstream's drill-record fixes and the upstream `0.7.0`–`0.7.4` line are + deferred to the next sync campaign (#246). + +- No upstream ancestry moves in this release: `.upstream-ref` remains + `8c3a4d1` from upstream `0.6.0`, merged by #198; `upstream-0.6.3` is the + content baseline, not a merge-base (#246). +- Release windows now read membership from a dedicated `## Members` record, with CommonMark-bounded rows and no fallback to predecessor gates (#230). +- Forge consumers now receive the upstream 0.6.1 and 0.6.2 doctrine for vendored-set routing, review-round signalling, operator-owned remainders, producer liveness, and post-merge release edges (#229). +- `docs/RUNNER-PROBES.md` records the delivered 0.6.1 consumer exercise in the standing Forgejo runner venue (#217). + +### Fixed + +- Forgejo drafts and fast-forward conflict-check windows no longer surface as merge conflicts when the API has not distinguished one (#236). +- Forgejo review requests no longer count as verdicts, while its blocking and comment states now grade like their GitHub equivalents (#235). + ## 0.6.1 — 2026-08-09 ### Added diff --git a/changelog.d/217.md b/changelog.d/217.md deleted file mode 100644 index ab019aa..0000000 --- a/changelog.d/217.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- `docs/RUNNER-PROBES.md` records the delivered 0.6.1 consumer exercise in the standing Forgejo runner venue (#217). diff --git a/changelog.d/229.md b/changelog.d/229.md deleted file mode 100644 index cb18bc8..0000000 --- a/changelog.d/229.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- Forge consumers now receive the upstream 0.6.1 and 0.6.2 doctrine for vendored-set routing, review-round signalling, operator-owned remainders, producer liveness, and post-merge release edges (#229). diff --git a/changelog.d/230.md b/changelog.d/230.md deleted file mode 100644 index 5569ac0..0000000 --- a/changelog.d/230.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- Release windows now read membership from a dedicated `## Members` record, with CommonMark-bounded rows and no fallback to predecessor gates (#230). diff --git a/changelog.d/235.md b/changelog.d/235.md deleted file mode 100644 index 49f9123..0000000 --- a/changelog.d/235.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- Forgejo review requests no longer count as verdicts, while its blocking and comment states now grade like their GitHub equivalents (#235). diff --git a/changelog.d/236.md b/changelog.d/236.md deleted file mode 100644 index 098c379..0000000 --- a/changelog.d/236.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- Forgejo drafts and fast-forward conflict-check windows no longer surface as merge conflicts when the API has not distinguished one (#236). diff --git a/changelog.d/246.md b/changelog.d/246.md deleted file mode 100644 index c99e50b..0000000 --- a/changelog.d/246.md +++ /dev/null @@ -1,26 +0,0 @@ -### Changed - -- `upstream-0.6.1` was ported in #229: CONTRIBUTING routes the vendored set - through `docs/VENDORED.txt` — upstream#316 and upstream#311; BUILDER.md - scopes the green-check precondition to its act, upstream#330; RELEASES.md - adds the post-merge gate-member split, upstream#329 (#246). - -- `upstream-0.6.2` was ported in #229: BUILDER.md orders parked claims so an - operator-owned remainder parks the claim, never the handoff — upstream#336 - (#246). - -- `upstream-0.6.3` was ported in #230: release windows read `## Members` with - no gate fallback, carriers leave their own gates, stale board flags stay - silent — upstream#343 and upstream#327 — and the parser accepts CommonMark - rows (#246). - -- Upstream logic was ported onto this forge's Forgejo-adapted issue-flow - reconciler, test, and CONTRIBUTING; those files were never overwritten with - upstream bytes (#246). - -- Upstream's drill-record fixes and the upstream `0.7.0`–`0.7.4` line are - deferred to the next sync campaign (#246). - -- No upstream ancestry moves in this release: `.upstream-ref` remains - `8c3a4d1` from upstream `0.6.0`, merged by #198; `upstream-0.6.3` is the - content baseline, not a merge-base (#246).