Skip to content

chore(release): bump version to 0.9.3 - #37

Merged
orieg merged 1 commit into
mainfrom
release/v0.9.3
Aug 14, 2026
Merged

orieg merged 1 commit into
mainfrom
release/v0.9.3

Conversation

@orieg

@orieg orieg commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Summary

Prepare the v0.9.3 patch release: bump pyproject.toml 0.9.2 → 0.9.3.

Per CONTRIBUTING.md § Release Process, a release is: (1) update version in pyproject.toml, (2) tag matching the version, which triggers release.yml (GitHub release) and publish.yml (PyPI). release.yml hard-fails if the tag doesn't match the package version, so this bump must land on main first.

This bump-only PR matches the last several releases (0.8.x–0.9.2), which did not touch CHANGELOG.md (release notes are GitHub auto-generated). Note: scripts/release.sh is stale — it assumes the pre-0.8.0 -dev suffix flow and pushes directly to main, which branch protection now blocks; do not use it.

Included since v0.9.2

After merge

git fetch origin main && git tag v0.9.3 origin/main && git push origin v0.9.3

Copilot AI lite review requested due to automatic review settings August 14, 2026 15:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the v0.9.3 patch release by aligning the package version with the intended release tag and adding release notes to the changelog (required for the release workflow’s tag/version consistency check).

Changes:

  • Bump project version in pyproject.toml from 0.9.2 to 0.9.3.
  • Add a 0.9.3 section to CHANGELOG.md documenting fixes included since 0.9.2.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updates the package version to 0.9.3 for the release/tag workflow requirement.
CHANGELOG.md Adds a 0.9.3 release entry describing included fixes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md Outdated
@orieg
orieg merged commit 31eecb8 into main Aug 14, 2026
13 checks passed
@orieg
orieg deleted the release/v0.9.3 branch August 14, 2026 15:45
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.

2 participants