Skip to content

Prepare v0.16.0: promote rc to final release#224

Merged
chris-colinsky merged 1 commit into
mainfrom
chore/release-v0.16.0
Jul 19, 2026
Merged

Prepare v0.16.0: promote rc to final release#224
chris-colinsky merged 1 commit into
mainfrom
chore/release-v0.16.0

Conversation

@chris-colinsky

Copy link
Copy Markdown
Member

Promote v0.16.0-rc1 to the final v0.16.0 release.

Bumps the package version from 0.16.0rc1 to 0.16.0 and regenerates the bundled AGENTS.md and uv.lock to match. No behavior change; the second half of the rc-first release flow.

The rc was verified against TestPyPI before this bump: a fresh-venv install of openarmature==0.16.0rc1 resolved cleanly, the four retrieval providers and the four top-level retrieval events imported from the published wheel, the [otel] extra resolved, and the retrieval-rag example ran end to end (batch-embed index, cosine retrieve, Cohere rerank, grounded OpenAI answer) with the trace observer emitting EmbeddingEvent/RerankEvent.

Once this merges, the v0.16.0 tag publishes to PyPI and cuts the GitHub Release.

Changed

  • pyproject.toml, src/openarmature/__init__.py, tests/test_smoke.py -- version 0.16.0rc1 -> 0.16.0
  • src/openarmature/AGENTS.md, uv.lock -- regenerated to match

Promote v0.16.0-rc1 to the final release: bump the package
version from 0.16.0rc1 to 0.16.0 and regenerate the bundled
AGENTS.md and lockfile to match. TestPyPI verification of the rc
passed (fresh-venv install, retrieval surface, and the retrieval-rag
example end to end), so the final tag can be cut from this.
Copilot AI review requested due to automatic review settings July 19, 2026 02:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes the package from v0.16.0-rc1 to the final v0.16.0 release by updating the canonical version sources (project metadata, runtime constant, smoke test assertion) and regenerating bundled artifacts to match. This aligns the repository state with the intended final release tag/publish step, without altering runtime behavior.

Changes:

  • Bump openarmature version from 0.16.0rc1 to 0.16.0 in pyproject.toml and src/openarmature/__init__.py.
  • Update smoke test version assertion to match 0.16.0.
  • Regenerate src/openarmature/AGENTS.md and uv.lock so bundled docs and lock metadata reflect the final 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
pyproject.toml Updates project version to 0.16.0 (release metadata).
src/openarmature/__init__.py Updates runtime __version__ constant to 0.16.0.
tests/test_smoke.py Updates smoke test assertion to expect 0.16.0.
src/openarmature/AGENTS.md Regenerated bundled agent guide header to reflect 0.16.0.
uv.lock Regenerated lock entry for the editable openarmature package to 0.16.0.

@chris-colinsky
chris-colinsky merged commit 88bd721 into main Jul 19, 2026
7 checks passed
@chris-colinsky
chris-colinsky deleted the chore/release-v0.16.0 branch July 19, 2026 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants