chore(release): v0.13.0-rc1#147
Merged
Merged
Conversation
Bump pyproject version, __version__, and the test_smoke assertion to 0.13.0rc1 ahead of the rc tag push per RELEASING.md. AGENTS.md is regenerated to pick up the new version in its header line; uv.lock refreshed because the package's own version changed. CHANGELOG flips [Unreleased] to [0.13.0] with today's date and a headline paragraph summarizing the LLM-provider hardening cycle: the typed LlmCompletionEvent / LlmFailedEvent variants (0049 + 0058), the 0057 request-side field extension, the sentinel-namespace retirement, and 0047 prefix-cache wire-byte stability. The empty [Unreleased] heading is restored above it. After this PR merges, push the v0.13.0-rc1 tag from a freshly pulled main; the release workflow routes -rc tags to TestPyPI.
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the v0.13.0-rc1 tag by bumping the package version to 0.13.0rc1 and rolling the changelog forward to the 0.13.0 release section (dated 2026-06-09), consistent with the documented rc-first release flow.
Changes:
- Bump package/version assertions to
0.13.0rc1(pyproject.toml,src/openarmature/__init__.py,tests/test_smoke.py, anduv.lock). - Promote changelog content from
[Unreleased]into a new[0.13.0]section with a headline release summary. - Regenerate
src/openarmature/AGENTS.mdheader to reflect the new package version.
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 local editable package version to 0.13.0rc1. |
| tests/test_smoke.py | Updates smoke assertion for openarmature.__version__ to 0.13.0rc1. |
| src/openarmature/AGENTS.md | Updates bundled agent guide header version string. |
| src/openarmature/init.py | Updates __version__ constant to 0.13.0rc1. |
| pyproject.toml | Updates project version to 0.13.0rc1 for tag/workflow validation. |
| CHANGELOG.md | Adds [0.13.0] — 2026-06-09 section and keeps an empty [Unreleased] heading above. |
💡 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
Version bump to
0.13.0rc1ahead of the rc tag, perRELEASING.md. The v0.13.0 cycle work (typed-event migration, docs, examples) already merged in #141 through #146; this is the mechanical release prep.pyproject.toml,src/openarmature/__init__.py,tests/test_smoke.py: version to0.13.0rc1(spec version stays0.53.0).CHANGELOG.md:[Unreleased]flips to[0.13.0]dated 2026-06-09 with a headline summary; an empty[Unreleased]heading is restored above it.src/openarmature/AGENTS.md: regenerated for the new version string in its header line.uv.lock: refreshed for the local package version.What ships in 0.13.0
LLM provider hardening: the typed
LlmCompletionEvent/LlmFailedEventobserver variants (proposals 0049 + 0058), the 0057 request-side field extension, retirement of the sentinel-namespaceNodeEventemission for LLM calls, and 0047 implicit prefix-cache wire-byte stability. The pinned spec advances v0.46.0 to v0.53.0. See the CHANGELOG entry for the full list.After merge
Tag
v0.13.0-rc1from a freshly pulledmain; the release workflow routes-rctags to TestPyPI only. Verify the rc perRELEASING.md, then prepare the real-releasev0.13.0bump as a separate PR.Test plan
uv run pytest: 1244 passed, 355 skipped.scripts/check_conformance_manifest.py: OK (58 proposals, all consistent).pyproject.tomlversion against the tag on push.