chore(release): prepare 1.10.0 - #160
Merged
Merged
Conversation
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
Prepares the v1.10.0 release. Version bookkeeping only - no runtime code changes.
package.jsonversion -> 1.10.0package-lock.jsonversion fields -> 1.10.0packaging/release/update-compatibility.jsonentry for 1.10.0Schema generation and rollback
The migration registry is unchanged since v1.9.2 (
git diff v1.9.2 main -- server/modules/databaseis empty). Schema generation therefore stays at 20 and rollback stays exact, carrying forward every version declared by 1.9.2 plus 1.9.2 itself: 1.8.17, 1.8.18, 1.8.19, 1.9.0, 1.9.1 and 1.9.2.npm run release:check-metadatapasses with exactly this declaration.Release contents since v1.9.2
Minor bump (1.9.x -> 1.10.0) because #157 lands a user-facing feature, matching the 1.8.19 -> 1.9.0 precedent.
#158 (feat(codex): answer asynchronous Codex questions) is intentionally not part of this release: review requested changes on five blocking issues (unsafe free-text send path, keystroke before prompt match, fixed-delay resync, unanswerable zero-option prompts, terminal-outcome suppression).
Verification
npm run release:check-metadata- passed (schema generation 20, 6 rollback-compatible versions)npm run check:identity- passed (3230 source, 1317 generated, 12 archive files)