chore: bump to 0.10.1 - #117
Merged
Merged
Conversation
All eight version strings and the four lockfiles. The release guard checks two of them (issue #77), so the rest are by hand and by eye — though this time the lockfiles were regenerated by `cargo update --workspace` and `npm install --package-lock-only` rather than edited, since both toolchains are on this machine now, and `cargo build --locked` was run afterwards because that is what `make cli/release` uses and a drifted lockfile fails there first. Patch rather than minor. Nothing since v0.10.0 gains or loses a capability: the naming machinery that came out was already unreachable, and what shipped in its place was a CLI refusal message that promised a replacement nobody could give and pointed at a desktop dialog that collected answers reaching nothing. That message now says what is true. The one thing a user could notice is that the desktop's naming dialog is gone. It never worked — it asked a question, took an answer and refused anyway — so its removal takes away nothing that functioned, which is why this is a patch and not a minor.
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.
Version bump only: eight strings and four lockfiles, nothing else in the diff —
the same twelve files every bump touches.
Why 0.10.1 and not 0.11.0
Nothing since v0.10.0 gains or loses a capability. The naming machinery removed
in #116 was already unreachable, and the CLI message that shipped alongside it
promised a replacement nobody could give while pointing at a desktop dialog
whose answers reached nothing.
One judgement call worth a second opinion: the desktop app visibly loses its
naming dialog. It never worked — it asked, took an answer and refused anyway —
so nothing that functioned was taken away, which is what makes this a patch. If
you would rather signal a visible UI change, this is the moment to say so; the
bump is cheap to redo.
Verified
0.10.1; no0.10.0remains in any manifest or lockfile of ours.cargo update --workspaceandnpm install --package-lock-only, not hand-edited.cargo build --lockedpasses, which is the checkmake cli/releasefails on first if a lockfile drifted.make testgreen: 595 Rust, 88 Vitest.The branch is named
release/*so CI runs the macOS and Windows suites and thecross-platform desktop builds on it.