docs(changelog): promote Unreleased to 1.1.0 - #167
Merged
Conversation
The quiz-assignment work (#165, #166) adds a command, a module-directory file and an error kind — all additive, so this is a minor bump, not the patch it might look like from "one feature". A 1.0.1 tag advertising a new command would misread the policy line at the top of this file and leave the next genuine bugfix release without a natural number. Promoting the section is also what unblocks `scripts/release.sh`: its preflight hard-exits on a non-empty [Unreleased] with no versioned heading, which is exactly this state. Co-Authored-By: Claude Opus 5 (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.
Promotes the accumulated
## [Unreleased]section — the quiz-assignment work from #166 — under## [1.1.0] - 2026-09-06. No prose changes; the entries were written to ship.Why minor, not patch. #166 adds a command (
course import-assignment), a module-directory file (assignment.quiz.json) and an error kind (kind: verify). All additive, so semver says minor. Av1.0.1tag advertising a new command would misread this file's own policy line and would leave the next genuine bugfix release without a natural number.This also unblocks the release script.
scripts/release.shhard-exits (no bypass prompt) on a non-empty[Unreleased]with no versioned heading — exactly the statemainis in now.Verified
scripts/changelog-section.sh 1.1.0extracts the section cleanly and stops at the## [1.0.0]boundary, so the GitHub release body will be the intended notes rather than commit subjects.After merge:
./scripts/release.sh 1.1.0from a syncedmain.Known and deliberately not blocking — tracked in
todos/039(p2) andtodos/040(p3): theON_CHAIN-module editability claim is derived from gateway/db-api source rather than a live preprod run, and the changelog entry says so in that same paragraph. The docs site (andamio-docs) does not coverimport-assignmentyet; separate repo, separate PR.