Release 0.10.0 - #1147
Conversation
Pyright Type CompletenessView the full Project (full
Other symbols referenced but not exported by
Symbols without documentation:
Patch (exported symbols added or changed by this PR): no exported symbol type-completeness changes detected. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e4c0ff6. Configure here.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1147 +/- ##
==========================================
+ Coverage 90.81% 91.07% +0.26%
==========================================
Files 91 91
Lines 5300 5592 +292
Branches 673 739 +66
==========================================
+ Hits 4813 5093 +280
- Misses 346 356 +10
- Partials 141 143 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Oops, I rename the branch and this was closed. Will reopen again. |

Summary of Changes
Related GitHub Issue(s)
Closes #854
Additional Context for Reviewers
Mostly just the changelog
uv run pytest) and documentation changes (uv run jb build docs --builder=custom --custom-builder=doctest)Note
Low Risk
Release packaging and documentation only; no runtime logic changes beyond version metadata and deprecation docstring versions.
Overview
Release 0.10.0 (scheduled July 29, 2026): bumps the package from
0.9.2to0.10.0inpyproject.tomlanduv.lock, and adds a full Version 0.10 section todocs/library/releases.mdsummarizing merged work since 0.9.2 (enhancements, fixes, deprecations, maintenance, dependencies, contributors).Docstrings on
cl.options.get_option,set_option, andreset_optionnow mark the legacyoptionparameter as deprecated in 0.10.0 (was 0.9.3), matching the release version.Reviewed by Cursor Bugbot for commit 2f7a702. Bugbot is set up for automated code reviews on this repo. Configure here.