chore(release): v0.9.0-rc1#74
Merged
Merged
Conversation
Cut the rc1 tag candidate for v0.9.0. Bump pyproject, __version__, smoke-test assertion, and the bundled AGENTS.md header to 0.9.0rc1. Rename CHANGELOG [Unreleased] to [0.9.0] - 2026-05-25. v0.9.0 absorbs proposals 0009 / 0010 / 0019 / 0025 / 0026 / 0027 / 0028 / 0029 / 0030 (spec pin v0.17.0 -> v0.22.1) plus the agent-docs work (patterns docs section, bundled AGENTS.md, openarmature.patterns API, openarmature CLI). See the CHANGELOG [0.9.0] section for the full list.
There was a problem hiding this comment.
Pull request overview
Prepares the v0.9.0-rc1 release by synchronizing the package version across packaging metadata, runtime constants, smoke tests, and bundled agent documentation, and by cutting the changelog for the 0.9.0 release section.
Changes:
- Bump
openarmatureversion to0.9.0rc1acrosspyproject.toml,__init__.__version__, smoke test assertion, anduv.lock. - Update the bundled
src/openarmature/AGENTS.mdheader to reflect0.9.0rc1. - Rename the changelog top section from
[Unreleased]to[0.9.0] — 2026-05-25.
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 editable package version to 0.9.0rc1. |
| tests/test_smoke.py | Updates version assertion to 0.9.0rc1. |
| src/openarmature/AGENTS.md | Updates bundled agent-doc header version to 0.9.0rc1. |
| src/openarmature/init.py | Updates __version__ constant to 0.9.0rc1. |
| pyproject.toml | Updates project version to 0.9.0rc1. |
| CHANGELOG.md | Renames top section to [0.9.0] with release date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Notes block on the v0.9.0 section said "over this Unreleased cycle" — a draft artifact from when the heading was [Unreleased]. Reads as stale now that the section is [0.9.0]. Replaced with "over the v0.9.0 cycle".
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__, smoke-test assertion, bundledAGENTS.mdheader, anduv.lockto0.9.0rc1.[Unreleased]to[0.9.0] - 2026-05-25. Section content unchanged from the cycle's work.v0.9.0 absorbs proposals 0009 / 0010 / 0019 / 0025 / 0026 / 0027 / 0028 / 0029 / 0030 (spec pin v0.17.0 to v0.22.1) plus the agent-docs work: patterns docs section (#67), bundled
AGENTS.md(#72),openarmature.patternsprogrammatic API +openarmatureCLI (#73). See the CHANGELOG[0.9.0]section for the full list of Added / Changed / Notes entries.Per
RELEASING.md, rc1 publishes to TestPyPI only. The real-releasev0.9.0bump is a separate PR after the rc verifies.Test plan
uv run pytest -qruns greenpython -c "import openarmature; print(openarmature.__version__)"prints0.9.0rc1v0.9.0-rc1and confirm the release workflow routes to TestPyPIRELEASING.mdchecklist;openarmature.__version__ == "0.9.0rc1"pip install openarmature[otel]resolves cleanly andimport openarmature.observability.otelsucceeds