chore: bump michelangelo-examples version to 0.3.0 - #28
Merged
Conversation
paulzim
approved these changes
Aug 11, 2026
paulzim
left a comment
There was a problem hiding this comment.
PR #28 review: chore: bump michelangelo-examples version to 0.3.0
Verdict: Approve.
Verification
PR #26 (chore: bump michelangelo floor to 0.8.0) confirmed merged to main on 2026-08-10. v0.2.0 is the current latest tag; v0.3.0 does not exist — no tag collision risk.
SemVer assessment
Minor bump (0.2.0 → 0.3.0) is correct. Raising the michelangelo floor from >=0.6.0 to >=0.8.0 tightens the dependency constraint in a way that can require callers to upgrade — that's at minimum a minor bump. Same reasoning as the 0.1.0 → 0.2.0 release (PR #13).
Post-merge checklist (from PR body)
Tag v0.3.0 after merge to trigger release.yml (PyPI) and changelog.yml (GitHub Release + CHANGELOG.md PR). Both workflows were verified working in the 0.2.0 cycle (including the detached-HEAD fix from PR #14), so no concerns there.
paulzim
added a commit
to paulzim/michelangelo-examples
that referenced
this pull request
Aug 13, 2026
pyproject.toml was bumped to 0.3.0 in michelangelo-ai#28 but the lockfile's own editable-package entry was left stale at 0.2.0 -- caught by a Mac-side `uv sync` showing an unexpected uv.lock diff.
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
Test plan