-
Notifications
You must be signed in to change notification settings - Fork 12
chore: release #151
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
chore: release #151
Conversation
π WalkthroughWalkthroughWorkspace-wide release: bumped package versions and updated the root workspace dependencies; added matching CHANGELOG entries dated 2026-02-04 documenting configurable desktop-file path, removal of "nest" (breaking), removal of Changes
Estimated code review effortπ― 2 (Simple) | β±οΈ ~10 minutes Possibly related PRs
Poem
π₯ Pre-merge checks | β 2 | β 1β Failed checks (1 inconclusive)
β Passed checks (2 passed)
βοΈ Tip: You can configure your own custom pre-merge checks in the settings. β¨ 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 |
d5c1775 to
6cdd728
Compare
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
756a311 to
969fa29
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 `@CHANGELOG.md`:
- Around line 13-15: Update the changelog entry under "π Refactor" to mark
removal of the CLI flag as a breaking change: change the "- *(config)* Remove
--external flag" note to indicate it is breaking (e.g., prefix with "BREAKING:"
or move it under a "Breaking Changes" section) so users know the removal of the
--external flag is a breaking API change; ensure the entry references the same
commit hash (3b53b8b) and the --external flag text to keep traceability.
| ### π Refactor | ||
|
|
||
| - *(config)* Remove --external flag - ([3b53b8b](https://github.com/pkgforge/soar/commit/3b53b8bd91e322df21f7e4466f7d7640330fb613)) |
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.
Flag --external removal as breaking in release notes.
Line 15 removes a user-facing CLI flag; consider marking it as breaking to set expectations.
βοΈ Proposed changelog tweak
- *(config)* Remove --external flag - ([3b53b8b](https://github.com/pkgforge/soar/commit/3b53b8bd91e322df21f7e4466f7d7640330fb613))
+ *(config)* [**breaking**] Remove --external flag - ([3b53b8b](https://github.com/pkgforge/soar/commit/3b53b8bd91e322df21f7e4466f7d7640330fb613))π 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.
| ### π Refactor | |
| - *(config)* Remove --external flag - ([3b53b8b](https://github.com/pkgforge/soar/commit/3b53b8bd91e322df21f7e4466f7d7640330fb613)) | |
| ### π Refactor | |
| - *(config)* [**breaking**] Remove --external flag - ([3b53b8b](https://github.com/pkgforge/soar/commit/3b53b8bd91e322df21f7e4466f7d7640330fb613)) |
π€ Prompt for AI Agents
In `@CHANGELOG.md` around lines 13 - 15, Update the changelog entry under "π
Refactor" to mark removal of the CLI flag as a breaking change: change the "-
*(config)* Remove --external flag" note to indicate it is breaking (e.g., prefix
with "BREAKING:" or move it under a "Breaking Changes" section) so users know
the removal of the --external flag is a breaking API change; ensure the entry
references the same commit hash (3b53b8b) and the --external flag text to keep
traceability.
969fa29 to
1cfe5e9
Compare
π€ New release
soar-utils: 0.2.0 -> 0.3.0 (β API compatible changes)soar-config: 0.4.0 -> 0.5.0 (β API breaking changes)soar-dl: 0.7.3 -> 0.8.0 (β API breaking changes)soar-registry: 0.2.2 -> 0.3.0 (β API breaking changes)soar-db: 0.3.2 -> 0.4.0 (β API breaking changes)soar-package: 0.2.2 -> 0.2.3 (β API compatible changes)soar-core: 0.12.0 -> 0.13.0 (β API breaking changes)soar-cli: 0.10.3 -> 0.11.0β
soar-configbreaking changesβ
soar-dlbreaking changesβ
soar-registrybreaking changesβ
soar-dbbreaking changesβ
soar-corebreaking changesChangelog
soar-utilssoar-configsoar-dlsoar-registrysoar-dbsoar-packagesoar-coresoar-cliThis PR was generated with release-plz.
Summary by CodeRabbit
New Features
Bug Fixes
Breaking Changes