chore(release): v0.11.0#108
Merged
Merged
Conversation
Drop the rc suffix on the version pins after rc2 verified clean on TestPyPI (install + extras + end-to-end example against a real LLM). Regenerate ``src/openarmature/AGENTS.md`` for the version banner. The ``hatchling<1.30`` build cap stays in place until the publish action's twine learns about Metadata-Version 2.5.
There was a problem hiding this comment.
Pull request overview
This PR prepares the v0.11.0 final release by removing the rc2 suffix from package metadata, runtime versioning, lockfile metadata, smoke test expectations, and bundled agent documentation.
Changes:
- Updates project/package version strings from
0.11.0rc2to0.11.0. - Regenerates the bundled
AGENTS.mdversion banner. - Keeps release workflow compatibility intact with the frozen lockfile version update.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Sets the package release version to 0.11.0. |
src/openarmature/__init__.py |
Updates runtime __version__ to match the release. |
tests/test_smoke.py |
Updates the smoke test version assertion. |
src/openarmature/AGENTS.md |
Updates the bundled documentation version banner. |
uv.lock |
Updates the editable package version for frozen installs. |
💡 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.
Summary
src/openarmature/AGENTS.mdfor the version banner.hatchling<1.30build cap stays in place until the publish action's twine learns about Metadata-Version 2.5.Once merged and the
v0.11.0tag fires, the release workflow routes to:publish-pypi→ https://pypi.org/project/openarmature/0.11.0/github-release→ creates the GitHub Release with CHANGELOG-extracted notesTest plan
v0.11.0and confirmpublish-pypi+github-releasesucceedpip install openarmaturein a fresh venv resolves the new version (perRELEASING.mdsmoke list)