chore(release): v0.7.0#60
Merged
Merged
Conversation
Bump pyproject, __version__, and the smoke-test assertion from 0.7.0rc1 to 0.7.0 for the real-release tag. The v0.7.0-rc1 tag published cleanly to TestPyPI and verification passed (fresh-venv install, version + spec_version readback, new exports importable, [otel] extra installs, end-to-end graph compile + invoke, docs site good).
There was a problem hiding this comment.
Pull request overview
This PR performs the real-release version bump for openarmature v0.7.0, aligning package metadata, runtime version, lockfile, and the smoke test after the prior 0.7.0rc1 release candidate.
Changes:
- Bump
pyproject.tomlproject version from0.7.0rc1to0.7.0. - Bump
openarmature.__version__from0.7.0rc1to0.7.0. - Update the smoke test assertion and the
uv.lockeditable package entry to0.7.0.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| uv.lock | Updates the editable openarmature package version to 0.7.0. |
| tests/test_smoke.py | Updates the version assertion to 0.7.0. |
| src/openarmature/init.py | Updates __version__ to 0.7.0. |
| pyproject.toml | Updates [project].version to 0.7.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Real-release bump for v0.7.0. Flips pyproject, `version`, and the smoke-test assertion from `0.7.0rc1` to `0.7.0`.
rc1 verification
The `v0.7.0-rc1` tag (workflow run 26322571987) published cleanly to TestPyPI. Verification from a fresh venv:
Next step after merge
Tag `v0.7.0` from a freshly-pulled main:
```bash
git tag v0.7.0
git push origin v0.7.0
```
The workflow will publish to PyPI through the `pypi` Environment (required-reviewer approval applies) and create a GitHub Release with auto-generated notes.
Test plan