chore(release): renumber the unreleased 0.83.0 to 0.82.1 - #582
Conversation
v0.82.0 shipped while #581 was in review, and it carried 0.81.0 with it via the catch-up mechanism. That leaves exactly one unreleased change: the #581 documentation note recording that no mcp_tool migration command will be built. A minor bump for a docs-only note is inflation -- nothing in it changes behaviour, adds a command or moves an interface. 0.82.1 says what actually happened. Renumbered in pyproject.toml, the changelog key, and the `(0.83.0+)` since-tag in keboola-expert.md; plugin.json / marketplace.json / uv.lock follow via `make version-sync`. No content change.
| # Ordered newest-first. Each value is a list of brief one-line descriptions. | ||
| CHANGELOG: dict[str, list[str]] = { | ||
| "0.83.0": [ | ||
| "0.82.1": [ |
There was a problem hiding this comment.
🔍 Changelog key renumbered but the entry still describes an unreleased-only doc note
The 0.82.1 entry body still says the migration recipe lives in the skill's gotchas.md; since that gotcha was authored alongside the note in #581 it should carry a (since v0.82.1) tag rather than 0.83.0 — the search shows no stale tag, but reviewers may want to confirm the gotcha entry is version-tagged at all, since CONTRIBUTING.md makes the tag non-optional and CI does not check it.
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Closing as obsolete -- the premise no longer holds. This PR assumed 0.83.0 was the only unreleased change, and that a minor bump for The inflation concern is also moot: 0.83.0 will never be its own release tag. If the empty-looking 0.83.0 key ever becomes a nuisance, the cheaper fix is to fold |
v0.82.0 shipped while #581 was in review, and it carried 0.81.0 with it via the
catch-up mechanism. That leaves exactly one unreleased change: the #581
documentation note recording that no mcp_tool migration command will be built.
A minor bump for a docs-only note is inflation -- nothing in it changes
behaviour, adds a command or moves an interface. 0.82.1 says what actually
happened.
Renumbered in pyproject.toml, the changelog key, and the
(0.83.0+)since-tagin keboola-expert.md; plugin.json / marketplace.json / uv.lock follow via
make version-sync. No content change.