Conversation
📝 WalkthroughWalkthroughAdds 2.1.0 release notes and upgrade guidance: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🪛 LanguageToolCHANGELOG.md[grammar] ~12-~12: Use correct spacing (QB_NEW_EN_OTHER_ERROR_IDS_5) [grammar] ~14-~14: Use colons correctly (QB_NEW_EN_OTHER_ERROR_IDS_30) [grammar] ~14-~14: Use correct spacing (QB_NEW_EN_OTHER_ERROR_IDS_5) Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
CHANGELOG.md (1)
12-21: Add upgrade pointer for 2.1.02.0.0 already nudges readers to the upgrade guide; doing the same here helps highlight the Python 3.9 removal for anyone scanning release notes.
Apply this diff to add the pointer:
## [2.1.0] - 2025-10-15 + +_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#210)._
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (2)
CHANGELOG.md(2 hunks)UPGRADING.md(2 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[grammar] ~12-~12: Use correct spacing
Context: ...## [Unreleased] ## [2.1.0] - 2025-10-15 ### Added - 👷 Enable testing on Python 3.1...
(QB_NEW_EN_OTHER_ERROR_IDS_5)
UPGRADING.md
[grammar] ~7-~7: Use correct spacing
Context: ...ANGELOG.md). ## [Unreleased] ## [2.1.0] ### End of support for Python 3.9 Starting ...
(QB_NEW_EN_OTHER_ERROR_IDS_5)
Description
This PR prepares the release of v2.1.0.
Checklist:
I have added appropriate tests that cover the new/changed functionality.I have updated the documentation to reflect these changes.I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.I have added migration instructions to the upgrade guide (if needed).Summary by CodeRabbit