chore(release): v0.14.0-rc1#166
Merged
Merged
Conversation
Release candidate for v0.14.0 (retry & reliability; pin v0.53.0 -> v0.60.0). Bump the package version to 0.14.0rc1 across pyproject, __version__, test_smoke, and the lockfile; date the CHANGELOG [0.14.0] section; regenerate the bundled AGENTS.md version stamp. Tagging v0.14.0-rc1 publishes to TestPyPI for verification before the real v0.14.0 tag.
There was a problem hiding this comment.
Pull request overview
Release-candidate version bump for the v0.14.0 cycle, aligning package metadata, smoke tests, lockfile, generated bundled agent docs, and the changelog date/heading for tagging v0.14.0-rc1 (TestPyPI flow).
Changes:
- Bumped package version to
0.14.0rc1acrosspyproject.toml, runtime__version__,uv.lock, and smoke test assertions. - Rolled
CHANGELOG.mdfrom[Unreleased]to the dated[0.14.0] — 2026-06-17section. - Regenerated the bundled
src/openarmature/AGENTS.mdto reflect the new package version stamp.
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 editable package entry version to 0.14.0rc1. |
| tests/test_smoke.py | Updates version assertion to 0.14.0rc1. |
| src/openarmature/AGENTS.md | Updates bundled agent doc version stamp to 0.14.0rc1. |
| src/openarmature/init.py | Updates __version__ to 0.14.0rc1. |
| pyproject.toml | Updates project version to 0.14.0rc1. |
| CHANGELOG.md | Promotes [Unreleased] to [0.14.0] — 2026-06-17. |
💡 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
Release-candidate bump for v0.14.0 (retry & reliability; pinned spec v0.53.0 -> v0.60.0).
0.14.0rc1(pyproject.toml,__version__,tests/test_smoke.py,uv.lock).[Unreleased]becomes the dated[0.14.0]section (2026-06-17).src/openarmature/AGENTS.md(the version stamp it embeds).Per RELEASING.md's rc-first flow: merging this and tagging
v0.14.0-rc1publishes to TestPyPI for verification. The realv0.14.0version bump + tag (PyPI + GitHub Release) is a separate follow-up PR after the rc verifies.No behavior change; version / changelog / generated-doc only.
Testing
uv run pytest tests/: 1320 passed, 376 skipped.ruffandpyrightclean; the pyproject version normalizes to match thev0.14.0-rc1tag (PEP 440).