chore: release#166
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughPrepends release notes and bumps package versions across the workspace: top-level 0.12.2 plus crate releases soar-core v0.16.0, soar-config v0.8.0, soar-operations v0.2.1, soar-db v0.5.2, soar-dl v0.10.0, soar-package v0.3.2, soar-registry v0.4.2; workspace deps updated to match. ChangesRelease & Version Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 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)
Warning Review ran into problems🔥 ProblemsStopped waiting for pipeline failures after 30000ms. One of your pipelines takes longer than our 30000ms fetch window to run, so review may not consider pipeline-failure results for inline comments if any failures occurred after the fetch window. Increase the timeout if you want to wait longer or run a Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 2-7: The changelog entry for version 0.12.2 has an unformatted
bullet "Add shell completions command"; update that bullet to use inline code
formatting for the command name (e.g., change the text to use `shell
completions`) so it reads consistently with the PR description and other
entries; locate the line under the "### ⛰️ Features" section (the bullet
containing "Add shell completions command") and replace the plain text with the
backtick-wrapped command string.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 3578b95d-b77a-4969-8f4d-81ee800e38f0
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.mdcrates/soar-cli/Cargo.toml
| ## [0.12.2](https://github.com/pkgforge/soar/compare/v0.12.1...v0.12.2) - 2026-05-02 | ||
|
|
||
| ### ⛰️ Features | ||
|
|
||
| - *(cli)* Add shell completions command - ([401fb04](https://github.com/pkgforge/soar/commit/401fb0466844bd05acdb5d847e19d0dcd5d4141b)) | ||
|
|
There was a problem hiding this comment.
Polish changelog command formatting.
The PR description calls out adding the shell completions command, but the changelog bullet currently says “Add shell completions command” without formatting. Consider updating the bullet to use inline code (e.g., shell completions) for consistency with the stated feature and to reduce ambiguity.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` around lines 2 - 7, The changelog entry for version 0.12.2 has
an unformatted bullet "Add shell completions command"; update that bullet to use
inline code formatting for the command name (e.g., change the text to use `shell
completions`) so it reads consistently with the PR description and other
entries; locate the line under the "### ⛰️ Features" section (the bullet
containing "Add shell completions command") and replace the plain text with the
backtick-wrapped command string.
80b0bda to
cf3f9b4
Compare
cf3f9b4 to
5560d3c
Compare
5c79c69 to
db31fa0
Compare
db31fa0 to
3f94e5a
Compare
🤖 New release
soar-utils: 0.4.0 -> 0.4.1 (✓ API compatible changes)soar-config: 0.7.0 -> 0.8.0 (⚠ API breaking changes)soar-dl: 0.9.1 -> 0.10.0 (⚠ API breaking changes)soar-package: 0.3.1 -> 0.3.2 (✓ API compatible changes)soar-core: 0.15.0 -> 0.16.0 (⚠ API breaking changes)soar-operations: 0.2.0 -> 0.2.1 (✓ API compatible changes)soar-cli: 0.12.1 -> 0.12.2soar-registry: 0.4.1 -> 0.4.2soar-db: 0.5.1 -> 0.5.2⚠
soar-configbreaking changes⚠
soar-dlbreaking changes⚠
soar-corebreaking changesChangelog
soar-utilssoar-configsoar-dlsoar-packagesoar-coresoar-operationssoar-clisoar-registrysoar-dbThis PR was generated with release-plz.