Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 22:10
· 27 commits to main since this release

v0.1.1 (2026-02-10)

Bug Fixes

  • Clean stale egg-info before build in release workflow (7e96f2a)

semantic-release runs setuptools internally via build_command, which creates a src/mcp_acp.egg-info directory. This stale directory causes the subsequent pyproject-build step to fail with: "error: Cannot update time stamp of directory 'src/mcp_acp.egg-info'"

Add rm -rf src/*.egg-info before the build step to prevent the collision.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com


Detailed Changes: v0.1.0...v0.1.1