chore: prepare the 2.6.0 release - #165
Conversation
Prepare the `2.6.0` minor release. - Bump the package version from `2.5.0` to `2.6.0`. - Move the current `[Unreleased]` changelog entries into `[2.6.0] - 2026-08-12`. - Update changelog comparison links and the comparison-page release version. - Regenerate `docs/llms-full.txt`. Minor, not patch: the release includes backward-compatible public additions — `CircuitBreaker.call_sync()` / `call_async()`, `Registry.names()` / `items()` and the read-only `wrapped` property on the httpx2/httpx transports.
|
Warning Review limit reached
Next review available in: 18 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
Prepare the
2.6.0minor release.2.5.0to2.6.0.[Unreleased]changelog entries into[2.6.0] - 2026-08-12.docs/llms-full.txt.Minor, not patch: the release includes backward-compatible public additions —
CircuitBreaker.call_sync()/call_async(),Registry.names()/items()and the read-only
wrappedproperty on the httpx2/httpx transports.Checklist
uv run ruff format --checkanduv run ruff checkpassuv run mypy,uv run pyrightanduv run pyrefly checkpassdocs/) for user-facing changesCHANGELOG.md[Unreleased]updatedAdditional release checks: the package build passes (
interlock_cb-2.6.0).Griffe reports only the expected public
VERSIONchange (2.5.0→2.6.0).Related issues
Closes #155
Closes #156
Closes #157
Closes #158
Closes #159