chore(release): v0.13.0#148
Merged
Merged
Conversation
Promote 0.13.0rc1 to the 0.13.0 real release after the rc verified clean on TestPyPI (fresh-venv install, version + [otel] import, and hello-world run against a real endpoint). Flip pyproject version, __version__, and the test_smoke assertion to 0.13.0; regenerate AGENTS.md for the version string; refresh uv.lock. CHANGELOG needs no change: the [0.13.0] heading and 2026-06-09 date already match the tag day. After this PR merges, push the v0.13.0 tag from a freshly pulled main to publish to PyPI and create the GitHub Release.
There was a problem hiding this comment.
Pull request overview
Promotes the package from the 0.13.0rc1 release candidate to the final 0.13.0 release by updating the version string across packaging metadata, runtime constants, bundled agent docs, tests, and the lockfile.
Changes:
- Bumped project/package version from
0.13.0rc1to0.13.0inpyproject.tomlandsrc/openarmature/__init__.py. - Updated smoke test and bundled
AGENTS.mdto reflect the final release version. - Refreshed
uv.lockto match the finalized version.
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 |
|---|---|
| uv.lock | Updates the locked editable package version to 0.13.0. |
| tests/test_smoke.py | Updates the version assertion to 0.13.0. |
| src/openarmature/AGENTS.md | Regenerates the embedded package version string to 0.13.0. |
| src/openarmature/init.py | Updates __version__ to 0.13.0. |
| pyproject.toml | Updates the project version to 0.13.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.
Summary
Promote
0.13.0rc1to the0.13.0real release. The rc verified clean on TestPyPI: a fresh-venv install resolved0.13.0rc1,__version__/__spec_version__were correct, the[otel]extra imported, andhello-worldran to completion against a real LLM endpoint off the published wheel.pyproject.toml,src/openarmature/__init__.py,tests/test_smoke.py: version0.13.0rc1to0.13.0.src/openarmature/AGENTS.md: regenerated for the version string.uv.lock: refreshed.CHANGELOG.md: unchanged. The[0.13.0]heading and2026-06-09date already match the tag day.After merge
Tag
v0.13.0(no suffix) from a freshly pulledmain. The release workflow publishes to PyPI through thepypiOIDC environment and creates a GitHub Release with auto-generated notes. This is the irreversible step (PyPI versions are immutable), so it stays a separate explicit gate.Test plan
uv run pytest: 1244 passed, 355 skipped.pyproject.tomlversion against the tag.