chore(release): v0.16.0-rc1#223
Merged
Merged
Conversation
Bump the package version to the rc form (0.16.0rc1) across pyproject, __init__, the smoke-test assertion, uv.lock, and the regenerated AGENTS.md, and date the CHANGELOG 0.16.0 section for the rc tag day. The real-release bump back to 0.16.0 rides a separate commit after the rc verifies.
There was a problem hiding this comment.
Pull request overview
Prepares the openarmature Python package for the v0.16.0-rc1 release candidate by updating the package version consistently across build metadata, runtime constants, lockfile metadata, and smoke tests, plus updating the changelog heading for the release day.
Changes:
- Bumped package version from
0.16.0to0.16.0rc1inpyproject.toml,src/openarmature/__init__.py,uv.lock, andtests/test_smoke.py. - Regenerated the bundled
src/openarmature/AGENTS.mdto reflect the RC version string. - Retitled the changelog section from
[Unreleased]to[0.16.0]with the release date.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates locked package metadata to 0.16.0rc1. |
| tests/test_smoke.py | Updates version assertion to 0.16.0rc1. |
| src/openarmature/AGENTS.md | Regenerated bundled agent guide to reflect 0.16.0rc1. |
| src/openarmature/init.py | Updates __version__ constant to 0.16.0rc1. |
| pyproject.toml | Updates project version to 0.16.0rc1. |
| CHANGELOG.md | Updates the top section heading to the 0.16.0 dated release entry. |
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.
Release-candidate prep for v0.16.0 (retrieval-provider capability). Mechanical:
0.16.0rc1acrosspyproject.toml,__init__.py, the smoke-test assertion,uv.lock, and the regenerated bundledAGENTS.md.[Unreleased]section retitled[0.16.0] — 2026-07-18(the rc tag day).The spec pin stays at v0.88.0. After this merges, tagging
v0.16.0-rc1publishes to TestPyPI for verification; the real-release bump back to0.16.0rides a separate commit once the rc is good.