chore(release): v0.15.0#183
Merged
Merged
Conversation
Bump version 0.15.0rc1 -> 0.15.0 for the real release (the rc verified on TestPyPI: fresh-venv install plus the relevant examples run clean). Regenerate the bundled AGENTS.md. CHANGELOG date is unchanged (today).
There was a problem hiding this comment.
Pull request overview
Finalizes the v0.15.0 release by bumping the package version from 0.15.0rc1 to 0.15.0 across the runtime, packaging metadata, lockfile, and bundled agent documentation.
Changes:
- Update
openarmaturepackage version to0.15.0inpyproject.tomlandsrc/openarmature/__init__.py. - Align smoke test assertions and
uv.lockeditable package entry to0.15.0. - Regenerate/update the bundled
src/openarmature/AGENTS.mdheader to reflect the final release 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 |
|---|---|
| uv.lock | Updates editable package entry version to 0.15.0. |
| tests/test_smoke.py | Updates version assertion to 0.15.0. |
| src/openarmature/AGENTS.md | Updates bundled agent guide header to 0.15.0. |
| src/openarmature/init.py | Updates __version__ to 0.15.0. |
| pyproject.toml | Updates project version to 0.15.0. |
💡 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.
Real release of v0.15.0. Bumps the version 0.15.0rc1 -> 0.15.0 (the rc verified on TestPyPI: fresh-venv install plus the hello-world, tool-use, parallel-branches, production-observability, and live-Langfuse demos all ran clean) and regenerates the bundled AGENTS.md.
The v0.15.0 cycle ships ten proposals (see the CHANGELOG [0.15.0] entry: detached-trace invocation span, per-attempt LLM spans, Langfuse user/session promotion, prompt cache_ttl_seconds, failure-isolation catch + classify_cause_chain, callable/conditional parallel branches, tool-call request observability, OTel GenAI metrics, tool-execution observability). Pin advances v0.60.0 -> v0.70.1.
Merging this lands the real-release bump on main; the v0.15.0 tag (-> PyPI + GitHub Release) is pushed separately once CI is green.