release(0.52.1): swap-tables wording fix + dependency bumps#374
Merged
Conversation
Patch release over 0.52.0. - Completes the swap-tables semantics correction (#373): removes the last stale "dev branch only" / "rejects on production" wording from the user-facing ConfigError, commands-reference.md, the swap-tables docstring (-> SKILL.md), AGENT_CONTEXT, and a phantom-text CLI test. No behaviour change; branch_id stays mandatory; clone-table wording left intact. - Dependency bumps merged since 0.52.0: pip 26.0.1->26.1 (#371), python-multipart 0.0.26->0.0.27 (#372).
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.
Release 0.52.1
Patch release over 0.52.0.
Changes
correction: removes the last stale "dev branch only" / "rejects on
production" wording from the user-facing
ConfigError(exit 5),commands-reference.md, theswap-tablesdocstring (->SKILL.md),AGENT_CONTEXT, and a phantom-text CLI test. No behaviour change;branch_idstays mandatory;clone-tablewording left intact.pip26.0.1->26.1 (chore(deps): bump pip from 26.0.1 to 26.1 #371),python-multipart0.0.26->0.0.27 (chore(deps): bump python-multipart from 0.0.26 to 0.0.27 #372).Release checklist
pyproject.toml-> 0.52.1changelog.pyentrymake version-sync(plugin.json, marketplace.json, uv.lock self-version)make skill-gen— idempotent (no command changes since 0.52.0)make check— 3844 passed, version + changelog consistency greenv0.52.1+ GitHub release (after merge, stable / not pre-release)No new/renamed commands, so
keboola-expert.md/gotchas.md/commands-reference.mdneed no updates — the swap wording was alreadycorrected in #368 and #373. The #373 content went through two
kbagent-pr-reviewerself-review passes.