chore(release): prepare 0.27.0 - #34
Merged
Merged
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (18)
📝 WalkthroughWalkthroughThis PR is a straightforward version bump to 0.27.0 across the entire project. Changes include updating pyproject.toml metadata, GitHub workflow input descriptions, release notes and changelogs, installation documentation for Windows and Linux, installer script examples, and package build documentation. ChangesRelease version 0.27.0 update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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.
Prepares the 0.27.0 release: version bump across the standard release file set, plus CHANGELOG/README/docs narrative.
What changed in this release
/feedbacksubmits structured reports with redacted session context. New/feedback [bug|feature|ux|wrong] [message]command (feat(feedback): add structured feedback reporting #31).replace_alledit errors whenoldmatches more than once (fix: address audit bug regressions #29).Dependency bump (#32) and CI-only changes (#25, #27, #28) are intentionally not in the user-facing notes, consistent with prior releases.
Release mechanics
0.26.0→0.27.0across the standard ~18-file scaffold (pyproject, uv.lock, install scripts, workflow input examples, README/docs asset names).## Unreleasedconsumed into## 0.27.0 (2026-05-31); mirrored into docs changelog; breaking-changes entry added (no breaking changes).tests/test_installation_docs.py+tests/test_homebrew_formula.py(17 passed).Summary by CodeRabbit
New Features
Documentation
Chores