-
Notifications
You must be signed in to change notification settings - Fork 12
chore: release #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: release #148
Conversation
📝 WalkthroughWalkthroughCoordinated release update: bump crate versions across the workspace and add matching changelog entries documenting config-related features and minor dependency notes. Changes
Sequence Diagram(s)(Skipped — changes are release metadata and changelog entries only.) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@crates/soar-db/CHANGELOG.md`:
- Around line 2-6: The changelog entry for version [0.3.2] contains a
placeholder commit reference "0000000"; update the commit SHA in that entry so
both the visible link text and the URL in the markdown list item under the "###
⚙️ Miscellaneous Tasks" section are replaced with the real commit hash for this
release (i.e., change "([0000000](.../commit/0000000))" to the actual SHA in
both places).
In `@crates/soar-package/CHANGELOG.md`:
- Around line 2-6: The CHANGELOG entry for version 0.2.2 contains a placeholder
commit link "0000000" in the line "- Updated the following local packages:
soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000))"; fix
this by replacing "0000000" with the actual commit hash for the soar-config
update or remove the Markdown link entirely (leaving just the package name and
optional commit short-hash) so the changelog does not contain a dead/placeholder
reference.
crates/soar-package/CHANGELOG.md
Outdated
| ## [0.2.2](https://github.com/pkgforge/soar/compare/soar-package-v0.2.1...soar-package-v0.2.2) - 2026-01-18 | ||
|
|
||
| ### ⚙️ Miscellaneous Tasks | ||
|
|
||
| - Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the placeholder commit link.
0000000 is a broken placeholder; please replace with the real commit hash or drop the link to avoid a dead reference.
🧩 Suggested fix (remove placeholder link)
-- Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
+- Updated the following local packages: soar-config📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## [0.2.2](https://github.com/pkgforge/soar/compare/soar-package-v0.2.1...soar-package-v0.2.2) - 2026-01-18 | |
| ### ⚙️ Miscellaneous Tasks | |
| - Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) | |
| ## [0.2.2](https://github.com/pkgforge/soar/compare/soar-package-v0.2.1...soar-package-v0.2.2) - 2026-01-18 | |
| ### ⚙️ Miscellaneous Tasks | |
| - Updated the following local packages: soar-config |
🤖 Prompt for AI Agents
In `@crates/soar-package/CHANGELOG.md` around lines 2 - 6, The CHANGELOG entry for
version 0.2.2 contains a placeholder commit link "0000000" in the line "-
Updated the following local packages: soar-config -
([0000000](https://github.com/pkgforge/soar/commit/0000000))"; fix this by
replacing "0000000" with the actual commit hash for the soar-config update or
remove the Markdown link entirely (leaving just the package name and optional
commit short-hash) so the changelog does not contain a dead/placeholder
reference.
48e3776 to
0b21158
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@crates/soar-registry/CHANGELOG.md`:
- Around line 2-6: The CHANGELOG entry contains a placeholder commit link
"([0000000](https://github.com/pkgforge/soar/commit/0000000))" that must be
corrected; open the line containing "Updated the following local packages:
soar-config - ([0000000]" and either replace 0000000 with the actual commit hash
for the soar-config update or remove the entire parenthetical link so it reads
"soar-config" (or "soar-config - <commit-hash>" if you prefer bare hash), then
save the CHANGELOG.md.
♻️ Duplicate comments (1)
crates/soar-package/CHANGELOG.md (1)
2-6: Replace the placeholder commit link.Line 6 still points to
0000000, which is a dead reference. Please replace it with the real hash or drop the link.🧩 Proposed fix (remove placeholder link)
-- Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) +- Updated the following local packages: soar-config
| ## [0.2.2](https://github.com/pkgforge/soar/compare/soar-registry-v0.2.1...soar-registry-v0.2.2) - 2026-01-21 | ||
|
|
||
| ### ⚙️ Miscellaneous Tasks | ||
|
|
||
| - Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the placeholder commit link.
Line 6 points to 0000000, which is a dead reference. Please replace with the real hash or remove the link.
🧩 Proposed fix (remove placeholder link)
-- Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000))
+- Updated the following local packages: soar-config📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## [0.2.2](https://github.com/pkgforge/soar/compare/soar-registry-v0.2.1...soar-registry-v0.2.2) - 2026-01-21 | |
| ### ⚙️ Miscellaneous Tasks | |
| - Updated the following local packages: soar-config - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) | |
| ## [0.2.2](https://github.com/pkgforge/soar/compare/soar-registry-v0.2.1...soar-registry-v0.2.2) - 2026-01-21 | |
| ### ⚙️ Miscellaneous Tasks | |
| - Updated the following local packages: soar-config |
🤖 Prompt for AI Agents
In `@crates/soar-registry/CHANGELOG.md` around lines 2 - 6, The CHANGELOG entry
contains a placeholder commit link
"([0000000](https://github.com/pkgforge/soar/commit/0000000))" that must be
corrected; open the line containing "Updated the following local packages:
soar-config - ([0000000]" and either replace 0000000 with the actual commit hash
for the soar-config update or remove the entire parenthetical link so it reads
"soar-config" (or "soar-config - <commit-hash>" if you prefer bare hash), then
save the CHANGELOG.md.
🤖 New release
soar-config: 0.3.0 -> 0.4.0 (⚠ API breaking changes)soar-core: 0.11.1 -> 0.12.0 (⚠ API breaking changes)soar-cli: 0.10.2 -> 0.10.3soar-registry: 0.2.1 -> 0.2.2soar-db: 0.3.1 -> 0.3.2soar-package: 0.2.1 -> 0.2.2⚠
soar-configbreaking changes⚠
soar-corebreaking changesChangelog
soar-configsoar-coresoar-clisoar-registrysoar-dbsoar-packageThis PR was generated with release-plz.
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.