Skip to content

fix(mcp): release KV README docs + INVALID_ARGUMENT error mapping from #188#189

Merged
StefanSteiner merged 1 commit into
tableau:mainfrom
StefanSteiner:chore/trigger-v0.6.1-release
Jul 10, 2026
Merged

fix(mcp): release KV README docs + INVALID_ARGUMENT error mapping from #188#189
StefanSteiner merged 1 commit into
tableau:mainfrom
StefanSteiner:chore/trigger-v0.6.1-release

Conversation

@StefanSteiner

Copy link
Copy Markdown
Contributor

Summary

Empty fix(mcp): commit to trigger a v0.6.1 release for content that
already merged in #188 but slipped past release-please.

Why this is needed

#188 was squash-merged with a docs(mcp): ... PR title. release-please
parses the squash title as the conventional-commit type, and docs:
does not bump a version — so the run after #188 concluded "No user
facing commits found since v0.6.0 — skipping"
and cut no release. But
#188 carried a genuine user-facing fix(mcp): (caller-fixable identifier
errors → INVALID_ARGUMENT) plus the human-facing KV store README that
crates.io renders (missing from the v0.6.0 page).

This commit is intentionally empty; it exists only to give release-please
a fix:-typed, user-facing change to bump on. Merging it will make
release-please open the standing release PR bumping to v0.6.1 and
regenerating the root CHANGELOG.md. Merging that PR tags and publishes.

What ships in v0.6.1 (already on main via #188)

  • fix(mcp): caller-fixable identifier errors map to INVALID_ARGUMENT
    instead of INTERNAL_ERROR.
  • docs(mcp): the KV store surfaced across hyperdb-mcp/README.md (the
    crates.io page) and the top-level README.md, plus the KV smoke-test
    guide and the --read-only export-clause doc fix.

Verification

No code change (empty commit); CI runs the standard gate. main was
already green when #188 merged.

…bleau#188)

tableau#188 landed the human-facing KV store documentation (the crates.io
README section that was missing from v0.6.0) and mapped caller-fixable
identifier errors to INVALID_ARGUMENT. It merged with a docs(mcp):
squash title, so release-please saw no releasable commit and cut no
version. This empty fix(mcp): commit gives release-please a user-facing
change to bump, so the already-merged tableau#188 content ships as v0.6.1.
@StefanSteiner StefanSteiner merged commit a5993d5 into tableau:main Jul 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant