Release v0.11.0: package version bump + version-pin propagation#157
Merged
Conversation
Bump the package version 0.10.0 -> 0.11.0 (source of truth: pyproject +
src/agents_shipgate/__init__.py) and propagate to every contract-enforced
version surface:
- Action pins (ThreeMoonsLab/agents-shipgate@v0.11.0), pip pins
(agents-shipgate==0.11.0), shipgate_version inputs, pre-commit rev.
- .well-known version + github_action; llms.txt latest-release + Action pin;
docs/agent-contract-current.md latest-release; bug_report placeholder;
distribution.md / faq.md version literals; ROADMAP "preparing" line.
- CLI --version assertions (test_cli) and the version-roundtrip guard
(test_v07_metadata_roundtrip).
Regenerate the {{shipgate_version}}-templated skill copies
(advisory-pr-comment.yml) and the two skill prompts carrying the Action pin;
update the render SHA snapshots in test_agent_instructions_renderers.py.
Regenerate llms-full.txt. Cut the CHANGELOG "Unreleased" section as
0.11.0 - 2026-05-31.
Engine/behavior unchanged - release-vehicle bump only. Full suite green
(2368 passed, 4 skipped), generate_schemas --check + ruff clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
0.10.0 → 0.11.0(source of truth:pyproject.toml+src/agents_shipgate/__init__.py) and propagates it to every contract-enforced version surface sotests/test_public_surface_contract.py's pin guards stay green.ThreeMoonsLab/agents-shipgate@v0.11.0), pip pins (agents-shipgate==0.11.0),shipgate_versionAction inputs, pre-commitrev,.well-known(version+github_action),llms.txt(latest-release + Action pin),docs/agent-contract-current.md, the bug-report placeholder,distribution.md/faq.mdversion literals, and theROADMAP.md"preparing the release" line.{{ shipgate_version }}-templated skill copies (advisory-pr-comment.yml) and the two skill prompts carrying the Action pin; render SHA snapshots intests/test_agent_instructions_renderers.pyupdated to match. Regeneratedllms-full.txt. Cut the CHANGELOG## Unreleasedsection as## 0.11.0 - 2026-05-31.No engine/behavior change — release-vehicle bump only. The
@v0.11.0Action pins reference the tag this release will create. This branches off the post-#156main(the branding rebrand, already merged) and is intentionally separate from it.Type
--versionoutput + Action pins move to 0.11.0; no logic changeVerification
CI is authoritative for
python -m ruff check .,python -m compileall -q src tests, andpython -m pytest.Additional local checks run:
python -m pytest→ 2368 passed, 4 skipped, 0 failedpython -m pytest tests/test_public_surface_contract.py(version-pin guards) → greenpython scripts/generate_schemas.py --check→ cleanpython -m ruff check .→ clean0.10.0are intentional — the contract test's illustrative "stale pin" comment andtest_baseline_integrityfixtures that simulate a baseline written by a prior version.Release-readiness notes
docs/checks.md— N/A (no check changes)STABILITY.md— N/A (no schema change; report schema stays v0.22, packet v0.6)🤖 Generated with Claude Code