chore(release): bump version to 0.9.3 - #37
Merged
Merged
Conversation
There was a problem hiding this comment.
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.tomlfrom0.9.2to0.9.3. - Add a
0.9.3section toCHANGELOG.mddocumenting fixes included since0.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare the v0.9.3 patch release: bump
pyproject.toml0.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 triggersrelease.yml(GitHub release) andpublish.yml(PyPI).release.ymlhard-fails if the tag doesn't match the package version, so this bump must land onmainfirst.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.shis stale — it assumes the pre-0.8.0-devsuffix flow and pushes directly tomain, which branch protection now blocks; do not use it.Included since v0.9.2
After merge