-
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
π WalkthroughWalkthroughWorkspace release updates: bumped several crate versions and updated multiple CHANGELOG.md entries to add new release notes (config-related features and a dl bugfix); no public API or code logic changed. Changes
Sequence Diagram(s)(Skipped β changes are release metadata and changelog entries only.) Estimated code review effortπ― 3 (Moderate) | β±οΈ ~20 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
0b21158 to
b47b64c
Compare
π€ New release
soar-config: 0.3.0 -> 0.3.1 (β API compatible changes)soar-dl: 0.7.2 -> 0.7.3 (β API compatible changes)soar-core: 0.11.1 -> 0.11.2 (β API compatible 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.2Changelog
soar-configsoar-dlsoar-coresoar-clisoar-registrysoar-dbsoar-packageThis PR was generated with release-plz.
Summary by CodeRabbit
Release Notes
New Features
link_asoptional with glob pattern support for binary mapsBug Fixes
βοΈ Tip: You can customize this high-level summary in your review settings.