Skip to content

chore(release): v0.11.0#108

Merged
chris-colinsky merged 1 commit into
mainfrom
chore/release-v0.11.0
Jun 1, 2026
Merged

chore(release): v0.11.0#108
chris-colinsky merged 1 commit into
mainfrom
chore/release-v0.11.0

Conversation

@chris-colinsky

@chris-colinsky chris-colinsky commented Jun 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Drop the rc suffix on the version pins after rc2 verified clean on TestPyPI (install + extras + end-to-end example against a real LLM).
  • Regenerate src/openarmature/AGENTS.md for the version banner.
  • The hatchling<1.30 build cap stays in place until the publish action's twine learns about Metadata-Version 2.5.

Once merged and the v0.11.0 tag fires, the release workflow routes to:

Test plan

  • CI green on this PR
  • After merge, tag v0.11.0 and confirm publish-pypi + github-release succeed
  • pip install openarmature in a fresh venv resolves the new version (per RELEASING.md smoke list)

Drop the rc suffix on the version pins after rc2 verified clean on
TestPyPI (install + extras + end-to-end example against a real LLM).
Regenerate ``src/openarmature/AGENTS.md`` for the version banner. The
``hatchling<1.30`` build cap stays in place until the publish action's
twine learns about Metadata-Version 2.5.
Copilot AI review requested due to automatic review settings June 1, 2026 01:48

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

This PR prepares the v0.11.0 final release by removing the rc2 suffix from package metadata, runtime versioning, lockfile metadata, smoke test expectations, and bundled agent documentation.

Changes:

  • Updates project/package version strings from 0.11.0rc2 to 0.11.0.
  • Regenerates the bundled AGENTS.md version banner.
  • Keeps release workflow compatibility intact with the frozen lockfile version update.

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 Sets the package release version to 0.11.0.
src/openarmature/__init__.py Updates runtime __version__ to match the release.
tests/test_smoke.py Updates the smoke test version assertion.
src/openarmature/AGENTS.md Updates the bundled documentation version banner.
uv.lock Updates the editable package version for frozen installs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chris-colinsky chris-colinsky merged commit e07a3e4 into main Jun 1, 2026
7 checks passed
@chris-colinsky chris-colinsky deleted the chore/release-v0.11.0 branch June 1, 2026 01:51
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