Skip to content

release: bump version to 0.2.0#12

Merged
malkreide merged 1 commit into
mainfrom
claude/release-v0.2.0
Jun 1, 2026
Merged

release: bump version to 0.2.0#12
malkreide merged 1 commit into
mainfrom
claude/release-v0.2.0

Conversation

@malkreide

Copy link
Copy Markdown
Owner

Prepares main for the v0.2.0 GitHub release.

Changes

  • pyproject.toml: version 0.1.00.2.0
  • CHANGELOG.md: promote ## [Unreleased]## [0.2.0] - 2026-06-01 (fresh empty [Unreleased] kept on top)
  • Synced the version string in src/bag_epl_mcp/__init__.py, the server.py module docstring, and the epl_server_info envelope

Why this must merge before tagging

.github/workflows/publish.yml triggers on release published and builds with python -m build, which reads the version from pyproject.tomlnot the Git tag. Without this bump a v0.2.0 release would publish a 0.1.0 artifact to PyPI.

Verification

  • ✅ 57 unit tests pass, ruff clean
  • python -m build now produces bag_epl_mcp-0.2.0-py3-none-any.whl

After merge — manual release steps

  1. Releases → Draft a new release → tag v0.2.0 (create on publish, target main).
  2. Paste the prepared title + notes.
  3. Publish → triggers publish.yml → PyPI (bag-epl-mcp 0.2.0).

⚠️ Heads-up: a stray v1.0.0 tag already exists (2026-03-31) — higher than v0.2.0. Consider deleting/clarifying it so "latest release" isn't confusing.

https://claude.ai/code/session_01CokY47qCb5iHuAfAEWdCvU


Generated by Claude Code

Promote CHANGELOG [Unreleased] -> [0.2.0] (2026-06-01) and bump the version
string in pyproject.toml, __init__.py, the server module docstring and the
epl_server_info envelope. Prepares main for the v0.2.0 GitHub release, which
triggers publish.yml -> PyPI (build reads the version from pyproject, so the
bump must land before tagging).

https://claude.ai/code/session_01CokY47qCb5iHuAfAEWdCvU
@malkreide malkreide marked this pull request as ready for review June 1, 2026 16:23
@malkreide malkreide merged commit c870038 into main Jun 1, 2026
3 checks passed
@malkreide malkreide deleted the claude/release-v0.2.0 branch June 1, 2026 16:23
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