Skip to content

Release v0.20.1: bump version + promote CHANGELOG - #89

Merged
Jason-Vaughan merged 1 commit into
mainfrom
chore/release-v0.20.1
Aug 1, 2026
Merged

Release v0.20.1: bump version + promote CHANGELOG#89
Jason-Vaughan merged 1 commit into
mainfrom
chore/release-v0.20.1

Conversation

@Jason-Vaughan

Copy link
Copy Markdown
Owner

What

  • pyproject.toml: 0.20.00.20.1.
  • CHANGELOG: promote [Unreleased] to ## [0.20.1] - 2026-08-01.

Why

Patch release to get the mcp < 2 cap (#88, fixes #87) into published metadata. PyPI's v0.20.0 carries mcp >= 1.0, so pip install "tanglebrain[delegate]" currently resolves to mcp 2.0.0 and produces a delegate server that fails at import. Capping the constraint in the repo does nothing for users until it ships.

Patch tier is correct per the version-bump rules: [Unreleased] contains only ### Fixed.

Test plan

  • Full suite green locally: 495 tests, 17 skipped.
  • CI green on 3.10 / 3.11 / 3.12 for the underlying fix (Cap the delegate extra below mcp 2.0 #88).
  • After merge: tag v0.20.1, publish the GitHub release, confirm publish.yml uploads to PyPI (the tag-vs-pyproject version guard must pass).
  • Post-publish: pip install "tanglebrain[delegate]" into a clean env resolves mcp 1.x and imports.

@cursor

cursor Bot commented Aug 1, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@Jason-Vaughan
Jason-Vaughan merged commit 89f763c into main Aug 1, 2026
3 checks passed
@Jason-Vaughan
Jason-Vaughan deleted the chore/release-v0.20.1 branch August 1, 2026 18:59
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.

[bug] mcp 2.0.0 breaks the delegate extra — unbounded 'mcp >= 1.0' pin

1 participant