chore: release - #195
Conversation
Deploying soar-docs with
|
| Latest commit: |
1ecae55
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ed5ee588.soar-docs.pages.dev |
| Branch Preview URL: | https://release-plz-2026-08-10t11-39.soar-docs.pages.dev |
|
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:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
🚧 Files skipped from review as they are similar to previous changes (8)
📝 WalkthroughWalkthroughThis release-only change updates workspace and crate versions. It adds changelog entries for ChangesRelease updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This release records the documented API changes and version updates without any identified merge-blocking issue; it is merge-ready after normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@crates/soar-core/CHANGELOG.md`:
- Line 6: Replace the placeholder 0000000 commit reference in the changelog
entry for the updated soar-db and soar-events packages with the actual release
commit SHA, or remove the commit link if no valid SHA is available.
In `@crates/soar-events/CHANGELOG.md`:
- Around line 2-7: Update the 0.3.0 changelog entry to document the public
SoarEvent API changes: SoarEvent::Log now uses discriminant 20 instead of 19,
and ApplyComplete was added to the enum. Place these breaking changes alongside
the existing feature notes.
🪄 Autofix
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 Plus
Run ID: 18b9e213-e1a8-46e2-9f2c-fc2165fef3ef
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (13)
CHANGELOG.mdCargo.tomlcrates/soar-cli/Cargo.tomlcrates/soar-core/CHANGELOG.mdcrates/soar-core/Cargo.tomlcrates/soar-db/CHANGELOG.mdcrates/soar-db/Cargo.tomlcrates/soar-events/CHANGELOG.mdcrates/soar-events/Cargo.tomlcrates/soar-operations/CHANGELOG.mdcrates/soar-operations/Cargo.tomlcrates/soar-registry/CHANGELOG.mdcrates/soar-registry/Cargo.toml
| ## [0.3.0](https://github.com/pkgforge/soar/compare/soar-events-v0.2.0...soar-events-v0.3.0) - 2026-08-10 | ||
|
|
||
| ### ⛰️ Features | ||
|
|
||
| - *(cli)* Expose soar to frontends with JSON output and a plugin manifest ([#194](https://github.com/pkgforge/soar/pull/194)) - ([6846b89](https://github.com/pkgforge/soar/commit/6846b893dedb373ed6d4254b13548b43be407fe5)) | ||
|
|
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
Document the soar-events breaking API changes.
The 0.3.0 entry lists only the frontend feature. Add that SoarEvent::Log changed from discriminant 19 to 20 and that ApplyComplete was added to the public enum. These changes can affect serialized event consumers and exhaustive matches.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@crates/soar-events/CHANGELOG.md` around lines 2 - 7, Update the 0.3.0
changelog entry to document the public SoarEvent API changes: SoarEvent::Log now
uses discriminant 20 instead of 19, and ApplyComplete was added to the enum.
Place these breaking changes alongside the existing feature notes.
9b1e8ba to
31af8d8
Compare
31af8d8 to
761e9aa
Compare
🤖 New release
soar-utils: 0.5.0 -> 0.5.1 (✓ API compatible changes)soar-config: 0.12.0 -> 0.12.1 (✓ API compatible changes)soar-dl: 0.12.0 -> 0.12.1 (✓ API compatible changes)soar-registry: 0.6.1 -> 0.6.2 (✓ API compatible changes)soar-db: 0.6.1 -> 0.7.0 (⚠ API breaking changes)soar-events: 0.2.0 -> 0.3.0 (⚠ API breaking changes)soar-package: 0.5.0 -> 0.5.1 (✓ API compatible changes)soar-core: 0.17.1 -> 0.17.2 (✓ API compatible changes)soar-operations: 0.4.1 -> 0.5.0 (⚠ API breaking changes)soar-cli: 0.13.1 -> 0.13.2⚠
soar-dbbreaking changes⚠
soar-eventsbreaking changes⚠
soar-operationsbreaking changesChangelog
soar-utilssoar-configsoar-dlsoar-registrysoar-dbsoar-eventssoar-packagesoar-coresoar-operationssoar-cliThis PR was generated with release-plz.