Skip to content

chore: bump to 0.9.1 and remove CHANGELOG.md#594

Merged
kmcquade merged 1 commit into
masterfrom
chore/bump-0.9.1
Jun 14, 2026
Merged

chore: bump to 0.9.1 and remove CHANGELOG.md#594
kmcquade merged 1 commit into
masterfrom
chore/bump-0.9.1

Conversation

@kmcquade

Copy link
Copy Markdown
Collaborator

What

  • Bump version 0.9.0 → 0.9.1 in pyproject.toml + uv.lock (via uv version, matching the CI bump job's uv version --offline).
  • Remove CHANGELOG.md.

Why bump

0.9.0 is already published on PyPI and the repo's pyproject.toml was still pinned at 0.9.0. publish.yml builds from pyproject.toml on release: published, so cutting a release now would try to upload a duplicate 0.9.0 and PyPI would reject it. Setting 0.9.1 lets a 0.9.1 GitHub Release publish cleanly. After that publish, the existing post-publish bump-version job will auto-increment to 0.9.2 as usual.

Why remove the changelog

Release notes are maintained in GitHub Releases. CHANGELOG.md was stale (newest dated entries were 0.2.x) and nothing references it (no docs build, packaging, or workflow), so removing it is safe.

Scope

Release-prep only — no source/behavior changes. Kept separate from the feature PR (#593) so it can merge independently right before a release.

🤖 Generated with Claude Code

0.9.0 is already published on PyPI, so the next release must build a higher
version or the publish step is rejected as a duplicate. Bump pyproject.toml +
uv.lock to 0.9.1 (via `uv version`) so cutting a 0.9.1 GitHub Release publishes
cleanly.

Also remove CHANGELOG.md: release notes are maintained in GitHub Releases, the
file was stale (newest dated entries were 0.2.x), and nothing references it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kmcquade kmcquade merged commit b9bbf3f into master Jun 14, 2026
14 checks passed
@kmcquade kmcquade deleted the chore/bump-0.9.1 branch June 14, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant