From d1f814e917ca8d4721eccb3b2475f575c46cce78 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 20 May 2026 11:39:04 +1000 Subject: [PATCH] chore(quantecon): track qe-v5 (book-section-heading-chain, #33) PR #33 was merged onto main after qe-v4 but missed the VERSION.yml append step. Recording it as id 5 with tag qe-v5, and adding its squash SHA to the book-mode-with-section-scope upstream candidate (it patches #22's injectBookSectionDefaults). Co-Authored-By: Claude Opus 4.7 (1M context) --- quantecon/UPSTREAM-PRS.yml | 8 +++++++- quantecon/VERSION.yml | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/quantecon/UPSTREAM-PRS.yml b/quantecon/UPSTREAM-PRS.yml index 79f62002c..7e0008f02 100644 --- a/quantecon/UPSTREAM-PRS.yml +++ b/quantecon/UPSTREAM-PRS.yml @@ -60,6 +60,9 @@ upstream_candidates: - sha: 80bb9ecf local_pr: 28 title: "feat(book): section-level scope for proof:* / figure / equation auto-prefix" + - sha: 043ddcb5 + local_pr: 33 + title: "feat(book): full title→heading chain in injectBookSectionDefaults" depends_on: [] upstream: pr: null @@ -67,7 +70,10 @@ upstream_candidates: merged_sha: null notes: | Could be split into two upstream PRs if maintainers prefer smaller - reviews; default plan is one bundled PR. + reviews; default plan is one bundled PR. #33 is a direct follow-up + to #22's injectBookSectionDefaults (extends the per-section wiring + from heading_1 to the full title→heading_1..6 chain) — naturally + part of the same upstream story. - id: book-parts title: Book parts dividers diff --git a/quantecon/VERSION.yml b/quantecon/VERSION.yml index 70f3b47a5..ee56a8b6f 100644 --- a/quantecon/VERSION.yml +++ b/quantecon/VERSION.yml @@ -32,7 +32,7 @@ # Doing it in this order means anyone who `cat`s VERSION.yml at tag # `qe-v` sees a self-consistent file (qe_version matches the tag). -qe_version: qe-v4 +qe_version: qe-v5 upstream_base: 1.9.0 merged_features: @@ -63,3 +63,10 @@ merged_features: local_pr: 26 merge_sha: 5edc040d tag: qe-v4 + + - id: 5 + name: book-section-heading-chain + description: Full title→heading_1..6 chain per section in injectBookSectionDefaults + local_pr: 33 + merge_sha: 043ddcb5 + tag: qe-v5