Prepare v0.16.0 release: changelog and version bump#219
Merged
Conversation
Add the retrieval-provider Added section and the pin-advance Changed entry to the v0.16.0 changelog, and bump the package version 0.15.0 to 0.16.0 across pyproject, __init__, the smoke-test assertion, uv.lock, and the regenerated bundled AGENTS.md. The spec pin stays at v0.88.0. Docs and a retrieval example still to land before tagging.
There was a problem hiding this comment.
Pull request overview
Release preparation for v0.16.0, updating the project’s published version metadata and documenting the upcoming retrieval-provider capability work in the changelog.
Changes:
- Bump package version from 0.15.0 → 0.16.0 across runtime constant, packaging metadata, lockfile, smoke test, and bundled agent guide.
- Add a detailed [Unreleased] changelog entry covering retrieval-provider (embeddings + rerank), vendor wire mappings, batch chunking, nullable usage, and the spec-pin advance note.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates the editable openarmature package version to 0.16.0 in the lockfile. |
| tests/test_smoke.py | Updates the smoke-test assertion to match the new package version. |
| src/openarmature/AGENTS.md | Regenerates bundled agent guide header to reflect v0.16.0. |
| src/openarmature/init.py | Updates __version__ to 0.16.0. |
| pyproject.toml | Updates [project].version to 0.16.0. |
| CHANGELOG.md | Adds the [Unreleased] entries documenting retrieval-provider additions and the spec advance note. |
💡 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.
Release-prep for v0.16.0, the retrieval-provider capability. Mechanical
only: the changelog entry and the version bump. The retrieval docs and a
new example land in a separate PR, and the tag is held for the batched
spec review and the ship-review.
Changelog
Adds the
[Unreleased]"Added" section for the retrieval-providercapability (embeddings, rerank, the four vendor wire mappings, batch
chunking, nullable usage) and a "Changed" entry for the pinned-spec
advance v0.70.1 to v0.88.0, recording which proposals are implemented and
which cross-cutting ones ride as not-yet or partial to v0.17.0. The
pin-to-proposal mapping was checked against the spec changelog. New
entries drop em dashes going forward; the older sections are left as-is.
The section stays
[Unreleased](no date) until the tag.Version bump
Bumps the package version 0.15.0 to 0.16.0 across
pyproject.toml,__init__.py, the smoke-test assertion,uv.lock, and the regeneratedbundled
AGENTS.md. The spec pin stays at v0.88.0 (no submodule bumpthis release).
Still to land before tagging
new combined embed-plus-rerank example (separate PR, gating).
fixture, and the summed-token-ceiling question).
Full suite green at 1687 passed.